Html Css Color HEX #246F9B Lochmara

📋 copy color: '#246F9B'

red 36 ◦ green 111 ◦ blue 155

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

Shades of Lochmara #246F9B

Tints of Lochmara #246F9B

RGB

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

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

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

R = 11.92%
G = 36.75%
B = 51.32%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#246F9B (or 0x246F9B) is known color: Lochmara. HEX triplet: 24, 6F and 9B. RGB value is (36,111,155). Sum of RGB (Red+Green+Blue) = 36+111+155=302 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.92% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #246F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246F9B is #DB9064. Grayscale: #5D5D5D. Windows color (decimal): -14389349 or 10186532. OLE color: 10186532.

HSL color Cylindrical-coordinate representation of color #246F9B: hue angle of 202.18º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #246F9B is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 111 155 -
CMYK 0.77 0.28 0 0.39
HSL 202.18º 0.62% 0.37% -
HSV(B) 202.18º 0.77% 0.61% -
XYZ 12.33 14.11 33.08 -
YUV 93.59 162.65 86.92 -
System Red Green Blue C M Y K H S L
Decimal 36 111 155 0.77 0.28 0 0.39 202.18 0.62 0.37
Hex 24 6F 9B 4D 1C 0 27 CA 3E 25
Octal 44 157 233 115 34 0 47 312 76 45
Binary 100100 1101111 10011011 1001101 11100 0 100111 11001010 111110 100101

Color Harmonies of #246F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246F9B

Black with #246F9B

Text Example


Text Example

White with #246F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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