Html Css Color HEX #33749D Lochmara

📋 copy color: '#33749D'

red 51 ◦ green 116 ◦ blue 157

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

Shades of Lochmara #33749D

Tints of Lochmara #33749D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.46%

R = 15.74%
G = 35.8%
B = 48.46%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33749D (or 0x33749D) is known color: Lochmara. HEX triplet: 33, 74 and 9D. RGB value is (51,116,157). Sum of RGB (Red+Green+Blue) = 51+116+157=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #33749D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33749D is #CC8B62. Grayscale: #656565. Windows color (decimal): -13405027 or 10318899. OLE color: 10318899.

HSL color Cylindrical-coordinate representation of color #33749D: hue angle of 203.21º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33749D is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 116 157 -
CMYK 0.68 0.26 0 0.38
HSL 203.21º 0.51% 0.41% -
HSV(B) 203.21º 0.68% 0.62% -
XYZ 13.7 15.63 34.19 -
YUV 101.24 159.47 92.17 -
System Red Green Blue C M Y K H S L
Decimal 51 116 157 0.68 0.26 0 0.38 203.21 0.51 0.41
Hex 33 74 9D 44 1A 0 26 CB 33 29
Octal 63 164 235 104 32 0 46 313 63 51
Binary 110011 1110100 10011101 1000100 11010 0 100110 11001011 110011 101001

Color Harmonies of #33749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33749D

Black with #33749D

Text Example


Text Example

White with #33749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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