Html Css Color HEX #248AAB Pelorous

📋 copy color: '#248AAB'

red 36 ◦ green 138 ◦ blue 171

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

Shades of Pelorous #248AAB

Tints of Pelorous #248AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40%

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

R = 10.43%
G = 40%
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

#248AAB (or 0x248AAB) is known color: Pelorous. HEX triplet: 24, 8A and AB. RGB value is (36,138,171). Sum of RGB (Red+Green+Blue) = 36+138+171=345 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.43% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #248AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248AAB is #DB7554. Grayscale: #6F6F6F. Windows color (decimal): -14382421 or 11242020. OLE color: 11242020.

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

Color convert

RGB 36 138 171 -
CMYK 0.79 0.19 0 0.33
HSL 194.67º 0.65% 0.41% -
HSV(B) 194.67º 0.79% 0.67% -
XYZ 17.17 21.49 41.77 -
YUV 111.26 161.71 74.32 -
System Red Green Blue C M Y K H S L
Decimal 36 138 171 0.79 0.19 0 0.33 194.67 0.65 0.41
Hex 24 8A AB 4F 13 0 21 C3 41 29
Octal 44 212 253 117 23 0 41 303 101 51
Binary 100100 10001010 10101011 1001111 10011 0 100001 11000011 1000001 101001

Color Harmonies of #248AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248AAB

Black with #248AAB

Text Example


Text Example

White with #248AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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