Html Css Color HEX #309BBD Pelorous

📋 copy color: '#309BBD'

red 48 ◦ green 155 ◦ blue 189

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

Shades of Pelorous #309BBD

Tints of Pelorous #309BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.21%

R = 12.24%
G = 39.54%
B = 48.21%

CMYK

 C value IS 0.75

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#309BBD (or 0x309BBD) is known color: Pelorous. HEX triplet: 30, 9B and BD. RGB value is (48,155,189). Sum of RGB (Red+Green+Blue) = 48+155+189=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #309BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309BBD is #CF6442. Grayscale: #7E7E7E. Windows color (decimal): -13591619 or 12426032. OLE color: 12426032.

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

Color convert

RGB 48 155 189 -
CMYK 0.75 0.18 0 0.26
HSL 194.47º 0.59% 0.46% -
HSV(B) 194.47º 0.75% 0.74% -
XYZ 22.13 27.75 52.33 -
YUV 126.88 163.05 71.74 -
System Red Green Blue C M Y K H S L
Decimal 48 155 189 0.75 0.18 0 0.26 194.47 0.59 0.46
Hex 30 9B BD 4B 12 0 1A C2 3B 2E
Octal 60 233 275 113 22 0 32 302 73 56
Binary 110000 10011011 10111101 1001011 10010 0 11010 11000010 111011 101110

Color Harmonies of #309BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309BBD

Black with #309BBD

Text Example


Text Example

White with #309BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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