Html Css Color HEX #309FBC Pelorous

📋 copy color: '#309FBC'

red 48 ◦ green 159 ◦ blue 188

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

Shades of Pelorous #309FBC

Tints of Pelorous #309FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 12.15%
G = 40.25%
B = 47.59%

CMYK

 C value IS 0.74

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#309FBC (or 0x309FBC) is known color: Pelorous. HEX triplet: 30, 9F and BC. RGB value is (48,159,188). Sum of RGB (Red+Green+Blue) = 48+159+188=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #309FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309FBC is #CF6043. Grayscale: #808080. Windows color (decimal): -13590596 or 12361520. OLE color: 12361520.

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

Color convert

RGB 48 159 188 -
CMYK 0.74 0.15 0 0.26
HSL 192.43º 0.59% 0.46% -
HSV(B) 192.43º 0.74% 0.74% -
XYZ 22.69 29.06 51.99 -
YUV 129.12 161.23 70.14 -
System Red Green Blue C M Y K H S L
Decimal 48 159 188 0.74 0.15 0 0.26 192.43 0.59 0.46
Hex 30 9F BC 4A F 0 1A C0 3B 2E
Octal 60 237 274 112 17 0 32 300 73 56
Binary 110000 10011111 10111100 1001010 1111 0 11010 11000000 111011 101110

Color Harmonies of #309FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309FBC

Black with #309FBC

Text Example


Text Example

White with #309FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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