Html Css Color HEX #247BAD Lochmara

📋 copy color: '#247BAD'

red 36 ◦ green 123 ◦ blue 173

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

Shades of Lochmara #247BAD

Tints of Lochmara #247BAD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.05%

 BLUE value IS 173 (67.97% from 255) = 52.11%

R = 10.84%
G = 37.05%
B = 52.11%

CMYK

 C value IS 0.79

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#247BAD (or 0x247BAD) is known color: Lochmara. HEX triplet: 24, 7B and AD. RGB value is (36,123,173). Sum of RGB (Red+Green+Blue) = 36+123+173=332 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.84% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #247BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247BAD is #DB8452. Grayscale: #666666. Windows color (decimal): -14386259 or 11369252. OLE color: 11369252.

HSL color Cylindrical-coordinate representation of color #247BAD: hue angle of 201.9º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #247BAD is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 36 123 173 -
CMYK 0.79 0.29 0 0.32
HSL 201.9º 0.66% 0.41% -
HSV(B) 201.9º 0.79% 0.68% -
XYZ 15.35 17.56 42.12 -
YUV 102.69 167.68 80.43 -
System Red Green Blue C M Y K H S L
Decimal 36 123 173 0.79 0.29 0 0.32 201.9 0.66 0.41
Hex 24 7B AD 4F 1D 0 20 CA 42 29
Octal 44 173 255 117 35 0 40 312 102 51
Binary 100100 1111011 10101101 1001111 11101 0 100000 11001010 1000010 101001

Color Harmonies of #247BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247BAD

Black with #247BAD

Text Example


Text Example

White with #247BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,123,173); }

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

background-color css

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

 a { background-color: rgb(36,123,173); }

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

border-color css

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

 span { border-color: rgb(36,123,173); }

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