Html Css Color HEX #33619B Lochmara

📋 copy color: '#33619B'

red 51 ◦ green 97 ◦ blue 155

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

Shades of Lochmara #33619B

Tints of Lochmara #33619B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.01%

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

R = 16.83%
G = 32.01%
B = 51.16%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33619B (or 0x33619B) is known color: Lochmara. HEX triplet: 33, 61 and 9B. RGB value is (51,97,155). Sum of RGB (Red+Green+Blue) = 51+97+155=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #33619B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33619B is #CC9E64. Grayscale: #595959. Windows color (decimal): -13409893 or 10182963. OLE color: 10182963.

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

Color convert

RGB 51 97 155 -
CMYK 0.67 0.37 0 0.39
HSL 213.46º 0.5% 0.4% -
HSV(B) 213.46º 0.67% 0.61% -
XYZ 11.56 11.62 32.64 -
YUV 89.86 164.76 100.28 -
System Red Green Blue C M Y K H S L
Decimal 51 97 155 0.67 0.37 0 0.39 213.46 0.5 0.4
Hex 33 61 9B 43 25 0 27 D5 32 28
Octal 63 141 233 103 45 0 47 325 62 50
Binary 110011 1100001 10011011 1000011 100101 0 100111 11010101 110010 101000

Color Harmonies of #33619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33619B

Black with #33619B

Text Example


Text Example

White with #33619B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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