Html Css Color HEX #309ABA Pelorous

📋 copy color: '#309ABA'

red 48 ◦ green 154 ◦ blue 186

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

Shades of Pelorous #309ABA

Tints of Pelorous #309ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.94%

R = 12.37%
G = 39.69%
B = 47.94%

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

#309ABA (or 0x309ABA) is known color: Pelorous. HEX triplet: 30, 9A and BA. RGB value is (48,154,186). Sum of RGB (Red+Green+Blue) = 48+154+186=388 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.37% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #309ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309ABA is #CF6545. Grayscale: #7D7D7D. Windows color (decimal): -13591878 or 12229168. OLE color: 12229168.

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

Color convert

RGB 48 154 186 -
CMYK 0.74 0.17 0 0.27
HSL 193.91º 0.59% 0.46% -
HSV(B) 193.91º 0.74% 0.73% -
XYZ 21.64 27.28 50.58 -
YUV 125.95 161.88 72.4 -
System Red Green Blue C M Y K H S L
Decimal 48 154 186 0.74 0.17 0 0.27 193.91 0.59 0.46
Hex 30 9A BA 4A 11 0 1B C2 3B 2E
Octal 60 232 272 112 21 0 33 302 73 56
Binary 110000 10011010 10111010 1001010 10001 0 11011 11000010 111011 101110

Color Harmonies of #309ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309ABA

Black with #309ABA

Text Example


Text Example

White with #309ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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