Html Css Color HEX #33669B Lochmara

📋 copy color: '#33669B'

red 51 ◦ green 102 ◦ blue 155

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

Shades of Lochmara #33669B

Tints of Lochmara #33669B

RGB

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

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

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

R = 16.56%
G = 33.12%
B = 50.32%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33669B (or 0x33669B) is known color: Lochmara. HEX triplet: 33, 66 and 9B. RGB value is (51,102,155). Sum of RGB (Red+Green+Blue) = 51+102+155=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #33669B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33669B is #CC9964. Grayscale: #5C5C5C. Windows color (decimal): -13408613 or 10184243. OLE color: 10184243.

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

Color convert

RGB 51 102 155 -
CMYK 0.67 0.34 0 0.39
HSL 210.58º 0.5% 0.4% -
HSV(B) 210.58º 0.67% 0.61% -
XYZ 12.03 12.57 32.8 -
YUV 92.79 163.1 98.19 -
System Red Green Blue C M Y K H S L
Decimal 51 102 155 0.67 0.34 0 0.39 210.58 0.5 0.4
Hex 33 66 9B 43 22 0 27 D3 32 28
Octal 63 146 233 103 42 0 47 323 62 50
Binary 110011 1100110 10011011 1000011 100010 0 100111 11010011 110010 101000

Color Harmonies of #33669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33669B

Black with #33669B

Text Example


Text Example

White with #33669B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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