Html Css Color HEX #33639B Lochmara

📋 copy color: '#33639B'

red 51 ◦ green 99 ◦ blue 155

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

Shades of Lochmara #33639B

Tints of Lochmara #33639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.46%

 BLUE value IS 155 (60.94% from 255) = 50.82%

R = 16.72%
G = 32.46%
B = 50.82%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33639B (or 0x33639B) is known color: Lochmara. HEX triplet: 33, 63 and 9B. RGB value is (51,99,155). Sum of RGB (Red+Green+Blue) = 51+99+155=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #33639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33639B is #CC9C64. Grayscale: #5A5A5A. Windows color (decimal): -13409381 or 10183475. OLE color: 10183475.

HSL color Cylindrical-coordinate representation of color #33639B: hue angle of 212.31º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33639B is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 99 155 -
CMYK 0.67 0.36 0 0.39
HSL 212.31º 0.5% 0.4% -
HSV(B) 212.31º 0.67% 0.61% -
XYZ 11.74 11.99 32.71 -
YUV 91.03 164.1 99.45 -
System Red Green Blue C M Y K H S L
Decimal 51 99 155 0.67 0.36 0 0.39 212.31 0.5 0.4
Hex 33 63 9B 43 24 0 27 D4 32 28
Octal 63 143 233 103 44 0 47 324 62 50
Binary 110011 1100011 10011011 1000011 100100 0 100111 11010100 110010 101000

Color Harmonies of #33639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33639B

Black with #33639B

Text Example


Text Example

White with #33639B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33639B; }

 p { color: rgb(51,99,155); }

 H1.HeaderClassName
 {
   color: #33639B;
 }
 .AnyTagClassName
 {
   color: #33639B;
 }
</style>

background-color css

<style>
 a { background-color: #33639B; }

 a { background-color: rgb(51,99,155); }

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

border-color css

<style>
 span { border-color: #33639B; }

 span { border-color: rgb(51,99,155); }

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