Html Css Color HEX #3095C0 Pelorous

📋 copy color: '#3095C0'

red 48 ◦ green 149 ◦ blue 192

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

Shades of Pelorous #3095C0

Tints of Pelorous #3095C0

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.3%

 BLUE value IS 192 (75.39% from 255) = 49.36%

R = 12.34%
G = 38.3%
B = 49.36%

CMYK

 C value IS 0.75

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3095C0 (or 0x3095C0) is known color: Pelorous. HEX triplet: 30, 95 and C0. RGB value is (48,149,192). Sum of RGB (Red+Green+Blue) = 48+149+192=389 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.34% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #3095C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3095C0 is #CF6A3F. Grayscale: #7B7B7B. Windows color (decimal): -13593152 or 12621104. OLE color: 12621104.

HSL color Cylindrical-coordinate representation of color #3095C0: hue angle of 197.92º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3095C0 is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 149 192 -
CMYK 0.75 0.22 0 0.25
HSL 197.92º 0.6% 0.47% -
HSV(B) 197.92º 0.75% 0.75% -
XYZ 21.48 25.93 53.74 -
YUV 123.7 166.54 74 -
System Red Green Blue C M Y K H S L
Decimal 48 149 192 0.75 0.22 0 0.25 197.92 0.6 0.47
Hex 30 95 C0 4B 16 0 19 C6 3C 2F
Octal 60 225 300 113 26 0 31 306 74 57
Binary 110000 10010101 11000000 1001011 10110 0 11001 11000110 111100 101111

Color Harmonies of #3095C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3095C0

Black with #3095C0

Text Example


Text Example

White with #3095C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3095C0; }

 p { color: rgb(48,149,192); }

 H1.HeaderClassName
 {
   color: #3095C0;
 }
 .AnyTagClassName
 {
   color: #3095C0;
 }
</style>

background-color css

<style>
 a { background-color: #3095C0; }

 a { background-color: rgb(48,149,192); }

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

border-color css

<style>
 span { border-color: #3095C0; }

 span { border-color: rgb(48,149,192); }

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