Html Css Color HEX #333A7C Torea Bay

📋 copy color: '#333A7C'

red 51 ◦ green 58 ◦ blue 124

#333A7C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torea Bay #333A7C

Tints of Torea Bay #333A7C

RGB

 RED value IS 51 (20.31% from 255) = 21.89%

 GREEN value IS 58 (23.05% from 255) = 24.89%

 BLUE value IS 124 (48.83% from 255) = 53.22%

R = 21.89%
G = 24.89%
B = 53.22%

CMYK

 C value IS 0.59

 M value IS 0.53

 Y value IS 0

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#333A7C (or 0x333A7C) is known color: Torea Bay. HEX triplet: 33, 3A and 7C. RGB value is (51,58,124). Sum of RGB (Red+Green+Blue) = 51+58+124=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #333A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333A7C is #CCC583. Grayscale: #3F3F3F. Windows color (decimal): -13419908 or 8141363. OLE color: 8141363.

HSL color Cylindrical-coordinate representation of color #333A7C: hue angle of 234.25º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #333A7C is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 58 124 -
CMYK 0.59 0.53 0 0.51
HSL 234.25º 0.42% 0.34% -
HSV(B) 234.25º 0.59% 0.49% -
XYZ 6.52 5.19 19.73 -
YUV 63.43 162.18 119.13 -
System Red Green Blue C M Y K H S L
Decimal 51 58 124 0.59 0.53 0 0.51 234.25 0.42 0.34
Hex 33 3A 7C 3B 35 0 33 EA 2A 22
Octal 63 72 174 73 65 0 63 352 52 42
Binary 110011 111010 1111100 111011 110101 0 110011 11101010 101010 100010

Color Harmonies of #333A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333A7C

Black with #333A7C

Text Example


Text Example

White with #333A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333A7C; }

 p { color: rgb(51,58,124); }

 H1.HeaderClassName
 {
   color: #333A7C;
 }
 .AnyTagClassName
 {
   color: #333A7C;
 }
</style>

background-color css

<style>
 a { background-color: #333A7C; }

 a { background-color: rgb(51,58,124); }

 div.DivClassName
 {
   background-color: #333A7C;
 }
 .BgClassName
 {
   background-color: #333A7C;
 }
</style>

border-color css

<style>
 span { border-color: #333A7C; }

 span { border-color: rgb(51,58,124); }

 td.TdClassName
 {
   border-color: #333A7C;
 }
 .TagClassName
 {
   border-color: #333A7C;
 }
</style>