Html Css Color HEX #33699C Lochmara

📋 copy color: '#33699C'

red 51 ◦ green 105 ◦ blue 156

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

Shades of Lochmara #33699C

Tints of Lochmara #33699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.65%

 BLUE value IS 156 (61.33% from 255) = 50%

R = 16.35%
G = 33.65%
B = 50%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33699C (or 0x33699C) is known color: Lochmara. HEX triplet: 33, 69 and 9C. RGB value is (51,105,156). Sum of RGB (Red+Green+Blue) = 51+105+156=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #33699C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33699C is #CC9663. Grayscale: #5E5E5E. Windows color (decimal): -13407844 or 10250547. OLE color: 10250547.

HSL color Cylindrical-coordinate representation of color #33699C: hue angle of 209.14º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33699C is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 105 156 -
CMYK 0.67 0.33 0 0.39
HSL 209.14º 0.51% 0.41% -
HSV(B) 209.14º 0.67% 0.61% -
XYZ 12.42 13.21 33.35 -
YUV 94.67 162.61 96.85 -
System Red Green Blue C M Y K H S L
Decimal 51 105 156 0.67 0.33 0 0.39 209.14 0.51 0.41
Hex 33 69 9C 43 21 0 27 D1 33 29
Octal 63 151 234 103 41 0 47 321 63 51
Binary 110011 1101001 10011100 1000011 100001 0 100111 11010001 110011 101001

Color Harmonies of #33699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33699C

Black with #33699C

Text Example


Text Example

White with #33699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33699C; }

 p { color: rgb(51,105,156); }

 H1.HeaderClassName
 {
   color: #33699C;
 }
 .AnyTagClassName
 {
   color: #33699C;
 }
</style>

background-color css

<style>
 a { background-color: #33699C; }

 a { background-color: rgb(51,105,156); }

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

border-color css

<style>
 span { border-color: #33699C; }

 span { border-color: rgb(51,105,156); }

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