Html Css Color HEX #309EAC Pelorous

📋 copy color: '#309EAC'

red 48 ◦ green 158 ◦ blue 172

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

Shades of Pelorous #309EAC

Tints of Pelorous #309EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.8%

 BLUE value IS 172 (67.58% from 255) = 45.5%

R = 12.7%
G = 41.8%
B = 45.5%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#309EAC (or 0x309EAC) is known color: Pelorous. HEX triplet: 30, 9E and AC. RGB value is (48,158,172). Sum of RGB (Red+Green+Blue) = 48+158+172=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #309EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309EAC is #CF6153. Grayscale: #7E7E7E. Windows color (decimal): -13590868 or 11312688. OLE color: 11312688.

HSL color Cylindrical-coordinate representation of color #309EAC: hue angle of 186.77º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #309EAC is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 158 172 -
CMYK 0.72 0.08 0 0.33
HSL 186.77º 0.56% 0.43% -
HSV(B) 186.77º 0.72% 0.67% -
XYZ 20.89 28.06 43.34 -
YUV 126.71 153.56 71.86 -
System Red Green Blue C M Y K H S L
Decimal 48 158 172 0.72 0.08 0 0.33 186.77 0.56 0.43
Hex 30 9E AC 48 8 0 21 BB 38 2B
Octal 60 236 254 110 10 0 41 273 70 53
Binary 110000 10011110 10101100 1001000 1000 0 100001 10111011 111000 101011

Color Harmonies of #309EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309EAC

Black with #309EAC

Text Example


Text Example

White with #309EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,158,172); }

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

background-color css

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

 a { background-color: rgb(48,158,172); }

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

border-color css

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

 span { border-color: rgb(48,158,172); }

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