Html Css Color HEX #309ABC Pelorous

📋 copy color: '#309ABC'

red 48 ◦ green 154 ◦ blue 188

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

Shades of Pelorous #309ABC

Tints of Pelorous #309ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.21%

R = 12.31%
G = 39.49%
B = 48.21%

CMYK

 C value IS 0.74

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#309ABC (or 0x309ABC) is known color: Pelorous. HEX triplet: 30, 9A and BC. RGB value is (48,154,188). Sum of RGB (Red+Green+Blue) = 48+154+188=390 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.31% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #309ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309ABC is #CF6543. Grayscale: #7D7D7D. Windows color (decimal): -13591876 or 12360240. OLE color: 12360240.

HSL color Cylindrical-coordinate representation of color #309ABC: hue angle of 194.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #309ABC is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 154 188 -
CMYK 0.74 0.18 0 0.26
HSL 194.57º 0.59% 0.46% -
HSV(B) 194.57º 0.74% 0.74% -
XYZ 21.85 27.37 51.71 -
YUV 126.18 162.88 72.24 -
System Red Green Blue C M Y K H S L
Decimal 48 154 188 0.74 0.18 0 0.26 194.57 0.59 0.46
Hex 30 9A BC 4A 12 0 1A C3 3B 2E
Octal 60 232 274 112 22 0 32 303 73 56
Binary 110000 10011010 10111100 1001010 10010 0 11010 11000011 111011 101110

Color Harmonies of #309ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309ABC

Black with #309ABC

Text Example


Text Example

White with #309ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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