Html Css Color HEX #33679D Lochmara

📋 copy color: '#33679D'

red 51 ◦ green 103 ◦ blue 157

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

Shades of Lochmara #33679D

Tints of Lochmara #33679D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.12%

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

R = 16.4%
G = 33.12%
B = 50.48%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33679D (or 0x33679D) is known color: Lochmara. HEX triplet: 33, 67 and 9D. RGB value is (51,103,157). Sum of RGB (Red+Green+Blue) = 51+103+157=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #33679D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33679D is #CC9862. Grayscale: #5D5D5D. Windows color (decimal): -13408355 or 10315571. OLE color: 10315571.

HSL color Cylindrical-coordinate representation of color #33679D: hue angle of 210.57º 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 #33679D is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 103 157 -
CMYK 0.68 0.34 0 0.38
HSL 210.57º 0.51% 0.41% -
HSV(B) 210.57º 0.68% 0.62% -
XYZ 12.3 12.84 33.73 -
YUV 93.61 163.77 97.61 -
System Red Green Blue C M Y K H S L
Decimal 51 103 157 0.68 0.34 0 0.38 210.57 0.51 0.41
Hex 33 67 9D 44 22 0 26 D3 33 29
Octal 63 147 235 104 42 0 46 323 63 51
Binary 110011 1100111 10011101 1000100 100010 0 100110 11010011 110011 101001

Color Harmonies of #33679D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33679D

Black with #33679D

Text Example


Text Example

White with #33679D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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