Html Css Color HEX #309FB6 Pelorous

📋 copy color: '#309FB6'

red 48 ◦ green 159 ◦ blue 182

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

Shades of Pelorous #309FB6

Tints of Pelorous #309FB6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.87%

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

R = 12.34%
G = 40.87%
B = 46.79%

CMYK

 C value IS 0.74

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#309FB6 (or 0x309FB6) is known color: Pelorous. HEX triplet: 30, 9F and B6. RGB value is (48,159,182). Sum of RGB (Red+Green+Blue) = 48+159+182=389 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.34% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 182 (71.48% from 255 or 46.79% from 389); Max value from RGB is 182 - color contains mainly: blue. Hex color #309FB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309FB6 is #CF6049. Grayscale: #808080. Windows color (decimal): -13590602 or 11968304. OLE color: 11968304.

HSL color Cylindrical-coordinate representation of color #309FB6: hue angle of 190.3º 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 #309FB6 is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 48 159 182 -
CMYK 0.74 0.13 0 0.29
HSL 190.3º 0.58% 0.45% -
HSV(B) 190.3º 0.74% 0.71% -
XYZ 22.06 28.8 48.65 -
YUV 128.43 158.23 70.63 -
System Red Green Blue C M Y K H S L
Decimal 48 159 182 0.74 0.13 0 0.29 190.3 0.58 0.45
Hex 30 9F B6 4A D 0 1D BE 3A 2D
Octal 60 237 266 112 15 0 35 276 72 55
Binary 110000 10011111 10110110 1001010 1101 0 11101 10111110 111010 101101

Color Harmonies of #309FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309FB6

Black with #309FB6

Text Example


Text Example

White with #309FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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