Html Css Color HEX #309BAC Pelorous

📋 copy color: '#309BAC'

red 48 ◦ green 155 ◦ blue 172

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

Shades of Pelorous #309BAC

Tints of Pelorous #309BAC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.33%

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

R = 12.8%
G = 41.33%
B = 45.87%

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

#309BAC (or 0x309BAC) is known color: Pelorous. HEX triplet: 30, 9B and AC. RGB value is (48,155,172). Sum of RGB (Red+Green+Blue) = 48+155+172=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #309BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309BAC is #CF6453. Grayscale: #7C7C7C. Windows color (decimal): -13591636 or 11311920. OLE color: 11311920.

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

Color convert

RGB 48 155 172 -
CMYK 0.72 0.10 0 0.33
HSL 188.23º 0.56% 0.43% -
HSV(B) 188.23º 0.72% 0.67% -
XYZ 20.39 27.05 43.18 -
YUV 124.95 154.55 73.12 -
System Red Green Blue C M Y K H S L
Decimal 48 155 172 0.72 0.10 0 0.33 188.23 0.56 0.43
Hex 30 9B AC 48 A 0 21 BC 38 2B
Octal 60 233 254 110 12 0 41 274 70 53
Binary 110000 10011011 10101100 1001000 1010 0 100001 10111100 111000 101011

Color Harmonies of #309BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309BAC

Black with #309BAC

Text Example


Text Example

White with #309BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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