Html Css Color HEX #417299 Lochmara

📋 copy color: '#417299'

red 65 ◦ green 114 ◦ blue 153

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

Shades of Lochmara #417299

Tints of Lochmara #417299

RGB

 RED value IS 65 (25.78% from 255) = 19.58%

 GREEN value IS 114 (44.92% from 255) = 34.34%

 BLUE value IS 153 (60.16% from 255) = 46.08%

R = 19.58%
G = 34.34%
B = 46.08%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#417299 (or 0x417299) is known color: Lochmara. HEX triplet: 41, 72 and 99. RGB value is (65,114,153). Sum of RGB (Red+Green+Blue) = 65+114+153=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #417299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417299 is #BE8D66. Grayscale: #676767. Windows color (decimal): -12488039 or 10056257. OLE color: 10056257.

HSL color Cylindrical-coordinate representation of color #417299: hue angle of 206.59º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #417299 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 114 153 -
CMYK 0.58 0.25 0 0.4
HSL 206.59º 0.4% 0.43% -
HSV(B) 206.59º 0.58% 0.6% -
XYZ 13.95 15.46 32.39 -
YUV 103.8 155.77 100.33 -
System Red Green Blue C M Y K H S L
Decimal 65 114 153 0.58 0.25 0 0.4 206.59 0.4 0.43
Hex 41 72 99 3A 19 0 28 CF 28 2B
Octal 101 162 231 72 31 0 50 317 50 53
Binary 1000001 1110010 10011001 111010 11001 0 101000 11001111 101000 101011

Color Harmonies of #417299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417299

Black with #417299

Text Example


Text Example

White with #417299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417299; }

 p { color: rgb(65,114,153); }

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

background-color css

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

 a { background-color: rgb(65,114,153); }

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

border-color css

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

 span { border-color: rgb(65,114,153); }

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