Html Css Color HEX #248BAB Pelorous

📋 copy color: '#248BAB'

red 36 ◦ green 139 ◦ blue 171

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

Shades of Pelorous #248BAB

Tints of Pelorous #248BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.42%

R = 10.4%
G = 40.17%
B = 49.42%

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

#248BAB (or 0x248BAB) is known color: Pelorous. HEX triplet: 24, 8B and AB. RGB value is (36,139,171). Sum of RGB (Red+Green+Blue) = 36+139+171=346 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.40% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #248BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248BAB is #DB7454. Grayscale: #6F6F6F. Windows color (decimal): -14382165 or 11242276. OLE color: 11242276.

HSL color Cylindrical-coordinate representation of color #248BAB: hue angle of 194.22º 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 #248BAB is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 139 171 -
CMYK 0.79 0.19 0 0.33
HSL 194.22º 0.65% 0.41% -
HSV(B) 194.22º 0.79% 0.67% -
XYZ 17.31 21.78 41.82 -
YUV 111.85 161.38 73.9 -
System Red Green Blue C M Y K H S L
Decimal 36 139 171 0.79 0.19 0 0.33 194.22 0.65 0.41
Hex 24 8B AB 4F 13 0 21 C2 41 29
Octal 44 213 253 117 23 0 41 302 101 51
Binary 100100 10001011 10101011 1001111 10011 0 100001 11000010 1000001 101001

Color Harmonies of #248BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248BAB

Black with #248BAB

Text Example


Text Example

White with #248BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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