Html Css Color HEX #333E7E Torea Bay

📋 copy color: '#333E7E'

red 51 ◦ green 62 ◦ blue 126

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

Shades of Torea Bay #333E7E

Tints of Torea Bay #333E7E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.94%

 BLUE value IS 126 (49.61% from 255) = 52.72%

R = 21.34%
G = 25.94%
B = 52.72%

CMYK

 C value IS 0.60

 M value IS 0.51

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#333E7E (or 0x333E7E) is known color: Torea Bay. HEX triplet: 33, 3E and 7E. RGB value is (51,62,126). Sum of RGB (Red+Green+Blue) = 51+62+126=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #333E7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333E7E is #CCC181. Grayscale: #414141. Windows color (decimal): -13418882 or 8273459. OLE color: 8273459.

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

Color convert

RGB 51 62 126 -
CMYK 0.60 0.51 0 0.51
HSL 231.2º 0.42% 0.35% -
HSV(B) 231.2º 0.6% 0.49% -
XYZ 6.85 5.66 20.47 -
YUV 66.01 161.86 117.3 -
System Red Green Blue C M Y K H S L
Decimal 51 62 126 0.60 0.51 0 0.51 231.2 0.42 0.35
Hex 33 3E 7E 3C 33 0 33 E7 2A 23
Octal 63 76 176 74 63 0 63 347 52 43
Binary 110011 111110 1111110 111100 110011 0 110011 11100111 101010 100011

Color Harmonies of #333E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333E7E

Black with #333E7E

Text Example


Text Example

White with #333E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,62,126); }

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

background-color css

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

 a { background-color: rgb(51,62,126); }

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

border-color css

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

 span { border-color: rgb(51,62,126); }

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