Html Css Color HEX #333B6E Torea Bay

📋 copy color: '#333B6E'

red 51 ◦ green 59 ◦ blue 110

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

Shades of Torea Bay #333B6E

Tints of Torea Bay #333B6E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.82%

 BLUE value IS 110 (43.36% from 255) = 50%

R = 23.18%
G = 26.82%
B = 50%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#333B6E (or 0x333B6E) is known color: Torea Bay. HEX triplet: 33, 3B and 6E. RGB value is (51,59,110). Sum of RGB (Red+Green+Blue) = 51+59+110=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #333B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333B6E is #CCC491. Grayscale: #3E3E3E. Windows color (decimal): -13419666 or 7224115. OLE color: 7224115.

HSL color Cylindrical-coordinate representation of color #333B6E: hue angle of 231.86º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #333B6E is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 51 59 110 -
CMYK 0.54 0.46 0 0.57
HSL 231.86º 0.37% 0.32% -
HSV(B) 231.86º 0.54% 0.43% -
XYZ 5.74 4.96 15.41 -
YUV 62.42 154.85 119.85 -
System Red Green Blue C M Y K H S L
Decimal 51 59 110 0.54 0.46 0 0.57 231.86 0.37 0.32
Hex 33 3B 6E 36 2E 0 39 E8 25 20
Octal 63 73 156 66 56 0 71 350 45 40
Binary 110011 111011 1101110 110110 101110 0 111001 11101000 100101 100000

Color Harmonies of #333B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333B6E

Black with #333B6E

Text Example


Text Example

White with #333B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,59,110); }

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

background-color css

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

 a { background-color: rgb(51,59,110); }

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

border-color css

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

 span { border-color: rgb(51,59,110); }

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