Html Css Color HEX #309AB9 Pelorous

📋 copy color: '#309AB9'

red 48 ◦ green 154 ◦ blue 185

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

Shades of Pelorous #309AB9

Tints of Pelorous #309AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.8%

R = 12.4%
G = 39.79%
B = 47.8%

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

#309AB9 (or 0x309AB9) is known color: Pelorous. HEX triplet: 30, 9A and B9. RGB value is (48,154,185). Sum of RGB (Red+Green+Blue) = 48+154+185=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 185 (72.66% from 255 or 47.80% from 387); Max value from RGB is 185 - color contains mainly: blue. Hex color #309AB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309AB9 is #CF6546. Grayscale: #7D7D7D. Windows color (decimal): -13591879 or 12163632. OLE color: 12163632.

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

Color convert

RGB 48 154 185 -
CMYK 0.74 0.17 0 0.27
HSL 193.58º 0.59% 0.46% -
HSV(B) 193.58º 0.74% 0.73% -
XYZ 21.53 27.24 50.02 -
YUV 125.84 161.38 72.48 -
System Red Green Blue C M Y K H S L
Decimal 48 154 185 0.74 0.17 0 0.27 193.58 0.59 0.46
Hex 30 9A B9 4A 11 0 1B C2 3B 2E
Octal 60 232 271 112 21 0 33 302 73 56
Binary 110000 10011010 10111001 1001010 10001 0 11011 11000010 111011 101110

Color Harmonies of #309AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309AB9

Black with #309AB9

Text Example


Text Example

White with #309AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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