Html Css Color HEX #309DB6 Pelorous

📋 copy color: '#309DB6'

red 48 ◦ green 157 ◦ blue 182

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

Shades of Pelorous #309DB6

Tints of Pelorous #309DB6

RGB

 RED value IS 48 (19.14% from 255) = 12.4%

 GREEN value IS 157 (61.72% from 255) = 40.57%

 BLUE value IS 182 (71.48% from 255) = 47.03%

R = 12.4%
G = 40.57%
B = 47.03%

CMYK

 C value IS 0.74

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#309DB6 (or 0x309DB6) is known color: Pelorous. HEX triplet: 30, 9D and B6. RGB value is (48,157,182). Sum of RGB (Red+Green+Blue) = 48+157+182=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 182 (71.48% from 255 or 47.03% from 387); Max value from RGB is 182 - color contains mainly: blue. Hex color #309DB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309DB6 is #CF6249. Grayscale: #7F7F7F. Windows color (decimal): -13591114 or 11967792. OLE color: 11967792.

HSL color Cylindrical-coordinate representation of color #309DB6: hue angle of 191.19º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #309DB6 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 48 157 182 -
CMYK 0.74 0.14 0 0.29
HSL 191.19º 0.58% 0.45% -
HSV(B) 191.19º 0.74% 0.71% -
XYZ 21.72 28.12 48.54 -
YUV 127.26 158.89 71.47 -
System Red Green Blue C M Y K H S L
Decimal 48 157 182 0.74 0.14 0 0.29 191.19 0.58 0.45
Hex 30 9D B6 4A E 0 1D BF 3A 2D
Octal 60 235 266 112 16 0 35 277 72 55
Binary 110000 10011101 10110110 1001010 1110 0 11101 10111111 111010 101101

Color Harmonies of #309DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309DB6

Black with #309DB6

Text Example


Text Example

White with #309DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,157,182); }

 H1.HeaderClassName
 {
   color: #309DB6;
 }
 .AnyTagClassName
 {
   color: #309DB6;
 }
</style>

background-color css

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

 a { background-color: rgb(48,157,182); }

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

border-color css

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

 span { border-color: rgb(48,157,182); }

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