Html Css Color HEX #247A9B Lochmara

📋 copy color: '#247A9B'

red 36 ◦ green 122 ◦ blue 155

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

Shades of Lochmara #247A9B

Tints of Lochmara #247A9B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.98%

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

R = 11.5%
G = 38.98%
B = 49.52%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#247A9B (or 0x247A9B) is known color: Lochmara. HEX triplet: 24, 7A and 9B. RGB value is (36,122,155). Sum of RGB (Red+Green+Blue) = 36+122+155=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #247A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247A9B is #DB8564. Grayscale: #636363. Windows color (decimal): -14386533 or 10189348. OLE color: 10189348.

HSL color Cylindrical-coordinate representation of color #247A9B: hue angle of 196.64º 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 #247A9B is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 122 155 -
CMYK 0.77 0.21 0 0.39
HSL 196.64º 0.62% 0.37% -
HSV(B) 196.64º 0.77% 0.61% -
XYZ 13.6 16.66 33.51 -
YUV 100.05 159.01 82.32 -
System Red Green Blue C M Y K H S L
Decimal 36 122 155 0.77 0.21 0 0.39 196.64 0.62 0.37
Hex 24 7A 9B 4D 15 0 27 C5 3E 25
Octal 44 172 233 115 25 0 47 305 76 45
Binary 100100 1111010 10011011 1001101 10101 0 100111 11000101 111110 100101

Color Harmonies of #247A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247A9B

Black with #247A9B

Text Example


Text Example

White with #247A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247A9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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