Html Css Color HEX #248CAA Pelorous

📋 copy color: '#248CAA'

red 36 ◦ green 140 ◦ blue 170

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

Shades of Pelorous #248CAA

Tints of Pelorous #248CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.46%

 BLUE value IS 170 (66.8% from 255) = 49.13%

R = 10.4%
G = 40.46%
B = 49.13%

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

#248CAA (or 0x248CAA) is known color: Pelorous. HEX triplet: 24, 8C and AA. RGB value is (36,140,170). Sum of RGB (Red+Green+Blue) = 36+140+170=346 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.40% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #248CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248CAA is #DB7355. Grayscale: #707070. Windows color (decimal): -14381910 or 11176996. OLE color: 11176996.

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

Color convert

RGB 36 140 170 -
CMYK 0.79 0.18 0 0.33
HSL 193.43º 0.65% 0.4% -
HSV(B) 193.43º 0.79% 0.67% -
XYZ 17.36 22.03 41.37 -
YUV 112.32 160.54 73.56 -
System Red Green Blue C M Y K H S L
Decimal 36 140 170 0.79 0.18 0 0.33 193.43 0.65 0.4
Hex 24 8C AA 4F 12 0 21 C1 41 28
Octal 44 214 252 117 22 0 41 301 101 50
Binary 100100 10001100 10101010 1001111 10010 0 100001 11000001 1000001 101000

Color Harmonies of #248CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248CAA

Black with #248CAA

Text Example


Text Example

White with #248CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,140,170); }

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

background-color css

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

 a { background-color: rgb(36,140,170); }

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

border-color css

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

 span { border-color: rgb(36,140,170); }

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