Html Css Color HEX #248DAC Pelorous

📋 copy color: '#248DAC'

red 36 ◦ green 141 ◦ blue 172

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

Shades of Pelorous #248DAC

Tints of Pelorous #248DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.4%

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

R = 10.32%
G = 40.4%
B = 49.28%

CMYK

 C value IS 0.79

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#248DAC (or 0x248DAC) is known color: Pelorous. HEX triplet: 24, 8D and AC. RGB value is (36,141,172). Sum of RGB (Red+Green+Blue) = 36+141+172=349 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.32% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #248DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248DAC is #DB7253. Grayscale: #707070. Windows color (decimal): -14381652 or 11308324. OLE color: 11308324.

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

Color convert

RGB 36 141 172 -
CMYK 0.79 0.18 0 0.33
HSL 193.68º 0.65% 0.41% -
HSV(B) 193.68º 0.79% 0.67% -
XYZ 17.7 22.4 42.42 -
YUV 113.14 161.21 72.98 -
System Red Green Blue C M Y K H S L
Decimal 36 141 172 0.79 0.18 0 0.33 193.68 0.65 0.41
Hex 24 8D AC 4F 12 0 21 C2 41 29
Octal 44 215 254 117 22 0 41 302 101 51
Binary 100100 10001101 10101100 1001111 10010 0 100001 11000010 1000001 101001

Color Harmonies of #248DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248DAC

Black with #248DAC

Text Example


Text Example

White with #248DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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