Html Css Color HEX #309EBC Pelorous

📋 copy color: '#309EBC'

red 48 ◦ green 158 ◦ blue 188

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

Shades of Pelorous #309EBC

Tints of Pelorous #309EBC

RGB

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

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

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

R = 12.18%
G = 40.1%
B = 47.72%

CMYK

 C value IS 0.74

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#309EBC (or 0x309EBC) is known color: Pelorous. HEX triplet: 30, 9E and BC. RGB value is (48,158,188). Sum of RGB (Red+Green+Blue) = 48+158+188=394 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.18% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #309EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309EBC is #CF6143. Grayscale: #808080. Windows color (decimal): -13590852 or 12361264. OLE color: 12361264.

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

Color convert

RGB 48 158 188 -
CMYK 0.74 0.16 0 0.26
HSL 192.86º 0.59% 0.46% -
HSV(B) 192.86º 0.74% 0.74% -
XYZ 22.52 28.71 51.93 -
YUV 128.53 161.56 70.56 -
System Red Green Blue C M Y K H S L
Decimal 48 158 188 0.74 0.16 0 0.26 192.86 0.59 0.46
Hex 30 9E BC 4A 10 0 1A C1 3B 2E
Octal 60 236 274 112 20 0 32 301 73 56
Binary 110000 10011110 10111100 1001010 10000 0 11010 11000001 111011 101110

Color Harmonies of #309EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309EBC

Black with #309EBC

Text Example


Text Example

White with #309EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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