Html Css Color HEX #309AAC Pelorous

📋 copy color: '#309AAC'

red 48 ◦ green 154 ◦ blue 172

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

Shades of Pelorous #309AAC

Tints of Pelorous #309AAC

RGB

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

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

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

R = 12.83%
G = 41.18%
B = 45.99%

CMYK

 C value IS 0.72

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#309AAC (or 0x309AAC) is known color: Pelorous. HEX triplet: 30, 9A and AC. RGB value is (48,154,172). Sum of RGB (Red+Green+Blue) = 48+154+172=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #309AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309AAC is #CF6553. Grayscale: #7C7C7C. Windows color (decimal): -13591892 or 11311664. OLE color: 11311664.

HSL color Cylindrical-coordinate representation of color #309AAC: hue angle of 188.71º 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 #309AAC is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 154 172 -
CMYK 0.72 0.10 0 0.33
HSL 188.71º 0.56% 0.43% -
HSV(B) 188.71º 0.72% 0.67% -
XYZ 20.22 26.72 43.12 -
YUV 124.36 154.88 73.54 -
System Red Green Blue C M Y K H S L
Decimal 48 154 172 0.72 0.10 0 0.33 188.71 0.56 0.43
Hex 30 9A AC 48 A 0 21 BD 38 2B
Octal 60 232 254 110 12 0 41 275 70 53
Binary 110000 10011010 10101100 1001000 1010 0 100001 10111101 111000 101011

Color Harmonies of #309AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309AAC

Black with #309AAC

Text Example


Text Example

White with #309AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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