Html Css Color HEX #309CC8 Pelorous

📋 copy color: '#309CC8'

red 48 ◦ green 156 ◦ blue 200

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

Shades of Pelorous #309CC8

Tints of Pelorous #309CC8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.61%

 BLUE value IS 200 (78.52% from 255) = 49.5%

R = 11.88%
G = 38.61%
B = 49.5%

CMYK

 C value IS 0.76

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#309CC8 (or 0x309CC8) is known color: Pelorous. HEX triplet: 30, 9C and C8. RGB value is (48,156,200). Sum of RGB (Red+Green+Blue) = 48+156+200=404 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.88% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 200 (78.52% from 255 or 49.50% from 404); Max value from RGB is 200 - color contains mainly: blue. Hex color #309CC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309CC8 is #CF6337. Grayscale: #808080. Windows color (decimal): -13591352 or 13147184. OLE color: 13147184.

HSL color Cylindrical-coordinate representation of color #309CC8: hue angle of 197.37º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #309CC8 is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 48 156 200 -
CMYK 0.76 0.22 0 0.22
HSL 197.37º 0.61% 0.49% -
HSV(B) 197.37º 0.76% 0.78% -
XYZ 23.53 28.58 58.92 -
YUV 128.72 168.22 70.42 -
System Red Green Blue C M Y K H S L
Decimal 48 156 200 0.76 0.22 0 0.22 197.37 0.61 0.49
Hex 30 9C C8 4C 16 0 16 C5 3D 31
Octal 60 234 310 114 26 0 26 305 75 61
Binary 110000 10011100 11001000 1001100 10110 0 10110 11000101 111101 110001

Color Harmonies of #309CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309CC8

Black with #309CC8

Text Example


Text Example

White with #309CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,156,200); }

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

background-color css

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

 a { background-color: rgb(48,156,200); }

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

border-color css

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

 span { border-color: rgb(48,156,200); }

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