Html Css Color HEX #33669C Lochmara

📋 copy color: '#33669C'

red 51 ◦ green 102 ◦ blue 156

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

Shades of Lochmara #33669C

Tints of Lochmara #33669C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.01%

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

R = 16.5%
G = 33.01%
B = 50.49%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33669C (or 0x33669C) is known color: Lochmara. HEX triplet: 33, 66 and 9C. RGB value is (51,102,156). Sum of RGB (Red+Green+Blue) = 51+102+156=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #33669C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33669C is #CC9963. Grayscale: #5C5C5C. Windows color (decimal): -13408612 or 10249779. OLE color: 10249779.

HSL color Cylindrical-coordinate representation of color #33669C: hue angle of 210.86º 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 #33669C is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 102 156 -
CMYK 0.67 0.35 0 0.39
HSL 210.86º 0.51% 0.41% -
HSV(B) 210.86º 0.67% 0.61% -
XYZ 12.12 12.61 33.25 -
YUV 92.91 163.6 98.11 -
System Red Green Blue C M Y K H S L
Decimal 51 102 156 0.67 0.35 0 0.39 210.86 0.51 0.41
Hex 33 66 9C 43 23 0 27 D3 33 29
Octal 63 146 234 103 43 0 47 323 63 51
Binary 110011 1100110 10011100 1000011 100011 0 100111 11010011 110011 101001

Color Harmonies of #33669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33669C

Black with #33669C

Text Example


Text Example

White with #33669C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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