Html Css Color HEX #248BAC Pelorous

📋 copy color: '#248BAC'

red 36 ◦ green 139 ◦ blue 172

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

Shades of Pelorous #248BAC

Tints of Pelorous #248BAC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.06%

 BLUE value IS 172 (67.58% from 255) = 49.57%

R = 10.37%
G = 40.06%
B = 49.57%

CMYK

 C value IS 0.79

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#248BAC (or 0x248BAC) is known color: Pelorous. HEX triplet: 24, 8B and AC. RGB value is (36,139,172). Sum of RGB (Red+Green+Blue) = 36+139+172=347 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.37% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #248BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248BAC is #DB7453. Grayscale: #6F6F6F. Windows color (decimal): -14382164 or 11307812. OLE color: 11307812.

HSL color Cylindrical-coordinate representation of color #248BAC: hue angle of 194.56º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #248BAC is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 139 172 -
CMYK 0.79 0.19 0 0.33
HSL 194.56º 0.65% 0.41% -
HSV(B) 194.56º 0.79% 0.67% -
XYZ 17.41 21.82 42.32 -
YUV 111.97 161.88 73.82 -
System Red Green Blue C M Y K H S L
Decimal 36 139 172 0.79 0.19 0 0.33 194.56 0.65 0.41
Hex 24 8B AC 4F 13 0 21 C3 41 29
Octal 44 213 254 117 23 0 41 303 101 51
Binary 100100 10001011 10101100 1001111 10011 0 100001 11000011 1000001 101001

Color Harmonies of #248BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248BAC

Black with #248BAC

Text Example


Text Example

White with #248BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248BAC; }

 p { color: rgb(36,139,172); }

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

background-color css

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

 a { background-color: rgb(36,139,172); }

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

border-color css

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

 span { border-color: rgb(36,139,172); }

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