Html Css Color HEX #309AB6 Pelorous

📋 copy color: '#309AB6'

red 48 ◦ green 154 ◦ blue 182

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

Shades of Pelorous #309AB6

Tints of Pelorous #309AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 47.4%

R = 12.5%
G = 40.1%
B = 47.4%

CMYK

 C value IS 0.74

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#309AB6 (or 0x309AB6) is known color: Pelorous. HEX triplet: 30, 9A and B6. RGB value is (48,154,182). Sum of RGB (Red+Green+Blue) = 48+154+182=384 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.5% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 182 (71.48% from 255 or 47.40% from 384); Max value from RGB is 182 - color contains mainly: blue. Hex color #309AB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309AB6 is #CF6549. Grayscale: #7D7D7D. Windows color (decimal): -13591882 or 11967024. OLE color: 11967024.

HSL color Cylindrical-coordinate representation of color #309AB6: hue angle of 192.54º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #309AB6 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 48 154 182 -
CMYK 0.74 0.15 0 0.29
HSL 192.54º 0.58% 0.45% -
HSV(B) 192.54º 0.74% 0.71% -
XYZ 21.22 27.12 48.37 -
YUV 125.5 159.88 72.72 -
System Red Green Blue C M Y K H S L
Decimal 48 154 182 0.74 0.15 0 0.29 192.54 0.58 0.45
Hex 30 9A B6 4A F 0 1D C1 3A 2D
Octal 60 232 266 112 17 0 35 301 72 55
Binary 110000 10011010 10110110 1001010 1111 0 11101 11000001 111010 101101

Color Harmonies of #309AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309AB6

Black with #309AB6

Text Example


Text Example

White with #309AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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