#309BAD

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

Shades of Pelorous #309BAD

Tints of Pelorous #309BAD

Color information

#309BAD (or 0x309BAD) is unknown color: approx Pelorous. HEX triplet: 30, 9B and AD. RGB value is (48,155,173). Sum of RGB (Red+Green+Blue) = 48+155+173=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #309BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309BAD is #CF6452. Grayscale: #7C7C7C. Windows color (decimal): -13591635 or 11377456. OLE color: 11377456.

HSL color Cylindrical-coordinate representation of color #309BAD: hue angle of 188.64º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #309BAD is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB48155173-
CMYK0.720.1000.32
HSL188.64º56.56%43.33%-
HSV(B)188.64º72.25%67.84%-
XYZ20.4827.0943.68-
YUV125.06155.0573.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.77%
GREEN value IS 155 (60.94% from 255) = 41.22%
BLUE value IS 173 (67.97% from 255) = 46.01%
R=12.77%
G=41.22%
B=46.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal481551730.720.1000.32188.6456.5643.33
Hex309BAD48A020bd392b
Octal60233255110120402757153
Binary110000100110111010110110010001010010000010111101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,155,173); }

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

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

 a { background-color: rgb(48,155,173); }

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

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

 span { border-color: rgb(48,155,173); }

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