Html Css Color HEX #309ABB Pelorous

📋 copy color: '#309ABB'

red 48 ◦ green 154 ◦ blue 187

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

Shades of Pelorous #309ABB

Tints of Pelorous #309ABB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.59%

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

R = 12.34%
G = 39.59%
B = 48.07%

CMYK

 C value IS 0.74

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#309ABB (or 0x309ABB) is known color: Pelorous. HEX triplet: 30, 9A and BB. RGB value is (48,154,187). Sum of RGB (Red+Green+Blue) = 48+154+187=389 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.34% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #309ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309ABB is #CF6544. Grayscale: #7D7D7D. Windows color (decimal): -13591877 or 12294704. OLE color: 12294704.

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

Color convert

RGB 48 154 187 -
CMYK 0.74 0.18 0 0.27
HSL 194.24º 0.59% 0.46% -
HSV(B) 194.24º 0.74% 0.73% -
XYZ 21.74 27.33 51.14 -
YUV 126.07 162.38 72.32 -
System Red Green Blue C M Y K H S L
Decimal 48 154 187 0.74 0.18 0 0.27 194.24 0.59 0.46
Hex 30 9A BB 4A 12 0 1B C2 3B 2E
Octal 60 232 273 112 22 0 33 302 73 56
Binary 110000 10011010 10111011 1001010 10010 0 11011 11000010 111011 101110

Color Harmonies of #309ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309ABB

Black with #309ABB

Text Example


Text Example

White with #309ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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