Html Css Color HEX #33387D Torea Bay

📋 copy color: '#33387D'

red 51 ◦ green 56 ◦ blue 125

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

Shades of Torea Bay #33387D

Tints of Torea Bay #33387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.14%

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

R = 21.98%
G = 24.14%
B = 53.88%

CMYK

 C value IS 0.59

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#33387D (or 0x33387D) is known color: Torea Bay. HEX triplet: 33, 38 and 7D. RGB value is (51,56,125). Sum of RGB (Red+Green+Blue) = 51+56+125=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #33387D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33387D is #CCC782. Grayscale: #3E3E3E. Windows color (decimal): -13420419 or 8206387. OLE color: 8206387.

HSL color Cylindrical-coordinate representation of color #33387D: hue angle of 235.95º 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 #33387D is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 56 125 -
CMYK 0.59 0.55 0 0.51
HSL 235.95º 0.42% 0.35% -
HSV(B) 235.95º 0.59% 0.49% -
XYZ 6.48 5.01 20.03 -
YUV 62.37 163.34 119.89 -
System Red Green Blue C M Y K H S L
Decimal 51 56 125 0.59 0.55 0 0.51 235.95 0.42 0.35
Hex 33 38 7D 3B 37 0 33 EC 2A 23
Octal 63 70 175 73 67 0 63 354 52 43
Binary 110011 111000 1111101 111011 110111 0 110011 11101100 101010 100011

Color Harmonies of #33387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33387D

Black with #33387D

Text Example


Text Example

White with #33387D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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