Html Css Color HEX #33749B Lochmara

📋 copy color: '#33749B'

red 51 ◦ green 116 ◦ blue 155

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

Shades of Lochmara #33749B

Tints of Lochmara #33749B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.02%

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

R = 15.84%
G = 36.02%
B = 48.14%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33749B (or 0x33749B) is known color: Lochmara. HEX triplet: 33, 74 and 9B. RGB value is (51,116,155). Sum of RGB (Red+Green+Blue) = 51+116+155=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #33749B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33749B is #CC8B64. Grayscale: #646464. Windows color (decimal): -13405029 or 10187827. OLE color: 10187827.

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

Color convert

RGB 51 116 155 -
CMYK 0.67 0.25 0 0.39
HSL 202.5º 0.5% 0.4% -
HSV(B) 202.5º 0.67% 0.61% -
XYZ 13.53 15.56 33.3 -
YUV 101.01 158.47 92.33 -
System Red Green Blue C M Y K H S L
Decimal 51 116 155 0.67 0.25 0 0.39 202.5 0.5 0.4
Hex 33 74 9B 43 19 0 27 CA 32 28
Octal 63 164 233 103 31 0 47 312 62 50
Binary 110011 1110100 10011011 1000011 11001 0 100111 11001010 110010 101000

Color Harmonies of #33749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33749B

Black with #33749B

Text Example


Text Example

White with #33749B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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