Html Css Color HEX #33367D Torea Bay

📋 copy color: '#33367D'

red 51 ◦ green 54 ◦ blue 125

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

Shades of Torea Bay #33367D

Tints of Torea Bay #33367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.48%

 BLUE value IS 125 (49.22% from 255) = 54.35%

R = 22.17%
G = 23.48%
B = 54.35%

CMYK

 C value IS 0.59

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#33367D (or 0x33367D) is known color: Torea Bay. HEX triplet: 33, 36 and 7D. RGB value is (51,54,125). Sum of RGB (Red+Green+Blue) = 51+54+125=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #33367D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33367D is #CCC982. Grayscale: #3C3C3C. Windows color (decimal): -13420931 or 8205875. OLE color: 8205875.

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

Color convert

RGB 51 54 125 -
CMYK 0.59 0.57 0 0.51
HSL 237.57º 0.42% 0.35% -
HSV(B) 237.57º 0.59% 0.49% -
XYZ 6.39 4.82 20 -
YUV 61.2 164.01 120.73 -
System Red Green Blue C M Y K H S L
Decimal 51 54 125 0.59 0.57 0 0.51 237.57 0.42 0.35
Hex 33 36 7D 3B 39 0 33 EE 2A 23
Octal 63 66 175 73 71 0 63 356 52 43
Binary 110011 110110 1111101 111011 111001 0 110011 11101110 101010 100011

Color Harmonies of #33367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33367D

Black with #33367D

Text Example


Text Example

White with #33367D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33367D; }

 p { color: rgb(51,54,125); }

 H1.HeaderClassName
 {
   color: #33367D;
 }
 .AnyTagClassName
 {
   color: #33367D;
 }
</style>

background-color css

<style>
 a { background-color: #33367D; }

 a { background-color: rgb(51,54,125); }

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

border-color css

<style>
 span { border-color: #33367D; }

 span { border-color: rgb(51,54,125); }

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