Html Css Color HEX #309CB7 Pelorous

📋 copy color: '#309CB7'

red 48 ◦ green 156 ◦ blue 183

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

Shades of Pelorous #309CB7

Tints of Pelorous #309CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.29%

R = 12.4%
G = 40.31%
B = 47.29%

CMYK

 C value IS 0.74

 M value IS 0.15

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#309CB7 (or 0x309CB7) is known color: Pelorous. HEX triplet: 30, 9C and B7. RGB value is (48,156,183). Sum of RGB (Red+Green+Blue) = 48+156+183=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 183 (71.88% from 255 or 47.29% from 387); Max value from RGB is 183 - color contains mainly: blue. Hex color #309CB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309CB7 is #CF6348. Grayscale: #7E7E7E. Windows color (decimal): -13591369 or 12033072. OLE color: 12033072.

HSL color Cylindrical-coordinate representation of color #309CB7: hue angle of 192º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #309CB7 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 48 156 183 -
CMYK 0.74 0.15 0 0.28
HSL 192º 0.58% 0.45% -
HSV(B) 192º 0.74% 0.72% -
XYZ 21.65 27.82 49.03 -
YUV 126.79 159.72 71.8 -
System Red Green Blue C M Y K H S L
Decimal 48 156 183 0.74 0.15 0 0.28 192 0.58 0.45
Hex 30 9C B7 4A F 0 1C C0 3A 2D
Octal 60 234 267 112 17 0 34 300 72 55
Binary 110000 10011100 10110111 1001010 1111 0 11100 11000000 111010 101101

Color Harmonies of #309CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309CB7

Black with #309CB7

Text Example


Text Example

White with #309CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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