Html Css Color HEX #309BBB Pelorous

📋 copy color: '#309BBB'

red 48 ◦ green 155 ◦ blue 187

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

Shades of Pelorous #309BBB

Tints of Pelorous #309BBB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.74%

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

R = 12.31%
G = 39.74%
B = 47.95%

CMYK

 C value IS 0.74

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#309BBB (or 0x309BBB) is known color: Pelorous. HEX triplet: 30, 9B and BB. RGB value is (48,155,187). Sum of RGB (Red+Green+Blue) = 48+155+187=390 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.31% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #309BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309BBB is #CF6444. Grayscale: #7E7E7E. Windows color (decimal): -13591621 or 12294960. OLE color: 12294960.

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

Color convert

RGB 48 155 187 -
CMYK 0.74 0.17 0 0.27
HSL 193.81º 0.59% 0.46% -
HSV(B) 193.81º 0.74% 0.73% -
XYZ 21.91 27.66 51.2 -
YUV 126.66 162.05 71.9 -
System Red Green Blue C M Y K H S L
Decimal 48 155 187 0.74 0.17 0 0.27 193.81 0.59 0.46
Hex 30 9B BB 4A 11 0 1B C2 3B 2E
Octal 60 233 273 112 21 0 33 302 73 56
Binary 110000 10011011 10111011 1001010 10001 0 11011 11000010 111011 101110

Color Harmonies of #309BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309BBB

Black with #309BBB

Text Example


Text Example

White with #309BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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