Html Css Color HEX #246F9D Lochmara

📋 copy color: '#246F9D'

red 36 ◦ green 111 ◦ blue 157

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

Shades of Lochmara #246F9D

Tints of Lochmara #246F9D

RGB

 RED value IS 36 (14.45% from 255) = 11.84%

 GREEN value IS 111 (43.75% from 255) = 36.51%

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

R = 11.84%
G = 36.51%
B = 51.64%

CMYK

 C value IS 0.77

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#246F9D (or 0x246F9D) is known color: Lochmara. HEX triplet: 24, 6F and 9D. RGB value is (36,111,157). Sum of RGB (Red+Green+Blue) = 36+111+157=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #246F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246F9D is #DB9062. Grayscale: #5D5D5D. Windows color (decimal): -14389347 or 10317604. OLE color: 10317604.

HSL color Cylindrical-coordinate representation of color #246F9D: hue angle of 202.81º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #246F9D is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 111 157 -
CMYK 0.77 0.29 0 0.38
HSL 202.81º 0.63% 0.38% -
HSV(B) 202.81º 0.77% 0.62% -
XYZ 12.5 14.18 33.98 -
YUV 93.82 163.65 86.76 -
System Red Green Blue C M Y K H S L
Decimal 36 111 157 0.77 0.29 0 0.38 202.81 0.63 0.38
Hex 24 6F 9D 4D 1D 0 26 CB 3F 26
Octal 44 157 235 115 35 0 46 313 77 46
Binary 100100 1101111 10011101 1001101 11101 0 100110 11001011 111111 100110

Color Harmonies of #246F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246F9D

Black with #246F9D

Text Example


Text Example

White with #246F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246F9D; }

 p { color: rgb(36,111,157); }

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

background-color css

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

 a { background-color: rgb(36,111,157); }

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

border-color css

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

 span { border-color: rgb(36,111,157); }

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