#248FB4

Color #248FB4 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #248FB4

Tints of Pelorous #248FB4

Color information

#248FB4 (or 0x248FB4) is unknown color: approx Pelorous. HEX triplet: 24, 8F and B4. RGB value is (36,143,180). Sum of RGB (Red+Green+Blue) = 36+143+180=359 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.03% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 180 (70.70% from 255 or 50.14% from 359); Max value from RGB is 180 - color contains mainly: blue. Hex color #248FB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248FB4 is #DB704B. Grayscale: #727272. Windows color (decimal): -14381132 or 11833124. OLE color: 11833124.

HSL color Cylindrical-coordinate representation of color #248FB4: hue angle of 195.42º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #248FB4 is Cyan = 0.8, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB36143180-
CMYK0.80.2100.29
HSL195.42º66.67%42.35%-
HSV(B)195.42º80%70.59%-
XYZ18.7923.3246.69-
YUV115.22164.5571.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.03%
GREEN value IS 143 (56.25% from 255) = 39.83%
BLUE value IS 180 (70.70% from 255) = 50.14%
R=10.03%
G=39.83%
B=50.14%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal361431800.80.2100.29195.4266.6742.35
Hex248FB4501501Dc3432a
Octal442172641202503530310352
Binary1001001000111110110100101000010101011101110000111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,143,180); }

 H1.HeaderClassName
 {
   color: #248FB4;
 }
 .AnyTagClassName
 {
   color: #248FB4;
 }
</style>
background-color css

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

 a { background-color: rgb(36,143,180); }

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

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

 span { border-color: rgb(36,143,180); }

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