#309EBA

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

Shades of Pelorous #309EBA

Tints of Pelorous #309EBA

Color information

#309EBA (or 0x309EBA) is unknown color: approx Pelorous. HEX triplet: 30, 9E and BA. RGB value is (48,158,186). Sum of RGB (Red+Green+Blue) = 48+158+186=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #309EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309EBA is #CF6145. Grayscale: #808080. Windows color (decimal): -13590854 or 12230192. OLE color: 12230192.

HSL color Cylindrical-coordinate representation of color #309EBA: hue angle of 192.17º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #309EBA is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB48158186-
CMYK0.740.1500.27
HSL192.17º58.97%45.88%-
HSV(B)192.17º74.19%72.94%-
XYZ22.3128.6350.8-
YUV128.3160.5670.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.24%
GREEN value IS 158 (62.11% from 255) = 40.31%
BLUE value IS 186 (73.05% from 255) = 47.45%
R=12.24%
G=40.31%
B=47.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481581860.740.1500.27192.1758.9745.88
Hex309EBA4AF01Bc03b2e
Octal60236272112170333007356
Binary11000010011110101110101001010111101101111000000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309EBA; }

 p { color: rgb(48,158,186); }

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

<style>
 a { background-color: #309EBA; }

 a { background-color: rgb(48,158,186); }

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

<style>
 span { border-color: #309EBA; }

 span { border-color: rgb(48,158,186); }

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