Html Css Color HEX #309CBC Pelorous

📋 copy color: '#309CBC'

red 48 ◦ green 156 ◦ blue 188

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

Shades of Pelorous #309CBC

Tints of Pelorous #309CBC

RGB

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

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

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

R = 12.24%
G = 39.8%
B = 47.96%

CMYK

 C value IS 0.74

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#309CBC (or 0x309CBC) is known color: Pelorous. HEX triplet: 30, 9C and BC. RGB value is (48,156,188). Sum of RGB (Red+Green+Blue) = 48+156+188=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #309CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309CBC is #CF6343. Grayscale: #7F7F7F. Windows color (decimal): -13591364 or 12360752. OLE color: 12360752.

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

Color convert

RGB 48 156 188 -
CMYK 0.74 0.17 0 0.26
HSL 193.71º 0.59% 0.46% -
HSV(B) 193.71º 0.74% 0.74% -
XYZ 22.18 28.04 51.82 -
YUV 127.36 162.22 71.4 -
System Red Green Blue C M Y K H S L
Decimal 48 156 188 0.74 0.17 0 0.26 193.71 0.59 0.46
Hex 30 9C BC 4A 11 0 1A C2 3B 2E
Octal 60 234 274 112 21 0 32 302 73 56
Binary 110000 10011100 10111100 1001010 10001 0 11010 11000010 111011 101110

Color Harmonies of #309CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309CBC

Black with #309CBC

Text Example


Text Example

White with #309CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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