Html Css Color HEX #33679A Lochmara

📋 copy color: '#33679A'

red 51 ◦ green 103 ◦ blue 154

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

Shades of Lochmara #33679A

Tints of Lochmara #33679A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 50%

R = 16.56%
G = 33.44%
B = 50%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#33679A (or 0x33679A) is known color: Lochmara. HEX triplet: 33, 67 and 9A. RGB value is (51,103,154). Sum of RGB (Red+Green+Blue) = 51+103+154=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 154 (60.55% from 255 or 50% from 308); Max value from RGB is 154 - color contains mainly: blue. Hex color #33679A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33679A is #CC9865. Grayscale: #5D5D5D. Windows color (decimal): -13408358 or 10118963. OLE color: 10118963.

HSL color Cylindrical-coordinate representation of color #33679A: hue angle of 209.71º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33679A is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 103 154 -
CMYK 0.67 0.33 0 0.40
HSL 209.71º 0.5% 0.4% -
HSV(B) 209.71º 0.67% 0.6% -
XYZ 12.05 12.74 32.4 -
YUV 93.27 162.27 97.85 -
System Red Green Blue C M Y K H S L
Decimal 51 103 154 0.67 0.33 0 0.40 209.71 0.5 0.4
Hex 33 67 9A 43 21 0 28 D2 32 28
Octal 63 147 232 103 41 0 50 322 62 50
Binary 110011 1100111 10011010 1000011 100001 0 101000 11010010 110010 101000

Color Harmonies of #33679A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33679A

Black with #33679A

Text Example


Text Example

White with #33679A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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