Html Css Color HEX #35669B Lochmara

📋 copy color: '#35669B'

red 53 ◦ green 102 ◦ blue 155

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

Shades of Lochmara #35669B

Tints of Lochmara #35669B

RGB

 RED value IS 53 (21.09% from 255) = 17.1%

 GREEN value IS 102 (40.23% from 255) = 32.9%

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

R = 17.1%
G = 32.9%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35669B (or 0x35669B) is known color: Lochmara. HEX triplet: 35, 66 and 9B. RGB value is (53,102,155). Sum of RGB (Red+Green+Blue) = 53+102+155=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #35669B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35669B is #CA9964. Grayscale: #5D5D5D. Windows color (decimal): -13277541 or 10184245. OLE color: 10184245.

HSL color Cylindrical-coordinate representation of color #35669B: hue angle of 211.18º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35669B is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 102 155 -
CMYK 0.66 0.34 0 0.39
HSL 211.18º 0.49% 0.41% -
HSV(B) 211.18º 0.66% 0.61% -
XYZ 12.14 12.63 32.81 -
YUV 93.39 162.77 99.19 -
System Red Green Blue C M Y K H S L
Decimal 53 102 155 0.66 0.34 0 0.39 211.18 0.49 0.41
Hex 35 66 9B 42 22 0 27 D3 31 29
Octal 65 146 233 102 42 0 47 323 61 51
Binary 110101 1100110 10011011 1000010 100010 0 100111 11010011 110001 101001

Color Harmonies of #35669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35669B

Black with #35669B

Text Example


Text Example

White with #35669B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,102,155); }

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

background-color css

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

 a { background-color: rgb(53,102,155); }

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

border-color css

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

 span { border-color: rgb(53,102,155); }

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