Html Css Color HEX #309FBB Pelorous

📋 copy color: '#309FBB'

red 48 ◦ green 159 ◦ blue 187

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

Shades of Pelorous #309FBB

Tints of Pelorous #309FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.46%

R = 12.18%
G = 40.36%
B = 47.46%

CMYK

 C value IS 0.74

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#309FBB (or 0x309FBB) is known color: Pelorous. HEX triplet: 30, 9F and BB. RGB value is (48,159,187). Sum of RGB (Red+Green+Blue) = 48+159+187=394 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.18% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #309FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309FBB is #CF6044. Grayscale: #808080. Windows color (decimal): -13590597 or 12295984. OLE color: 12295984.

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

Color convert

RGB 48 159 187 -
CMYK 0.74 0.15 0 0.27
HSL 192.09º 0.59% 0.46% -
HSV(B) 192.09º 0.74% 0.73% -
XYZ 22.59 29.01 51.42 -
YUV 129 160.73 70.22 -
System Red Green Blue C M Y K H S L
Decimal 48 159 187 0.74 0.15 0 0.27 192.09 0.59 0.46
Hex 30 9F BB 4A F 0 1B C0 3B 2E
Octal 60 237 273 112 17 0 33 300 73 56
Binary 110000 10011111 10111011 1001010 1111 0 11011 11000000 111011 101110

Color Harmonies of #309FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309FBB

Black with #309FBB

Text Example


Text Example

White with #309FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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