Html Css Color HEX #3095BF Pelorous

📋 copy color: '#3095BF'

red 48 ◦ green 149 ◦ blue 191

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

Shades of Pelorous #3095BF

Tints of Pelorous #3095BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.23%

R = 12.37%
G = 38.4%
B = 49.23%

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

#3095BF (or 0x3095BF) is known color: Pelorous. HEX triplet: 30, 95 and BF. RGB value is (48,149,191). Sum of RGB (Red+Green+Blue) = 48+149+191=388 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.37% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #3095BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3095BF is #CF6A40. Grayscale: #7B7B7B. Windows color (decimal): -13593153 or 12555568. OLE color: 12555568.

HSL color Cylindrical-coordinate representation of color #3095BF: hue angle of 197.62º 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 #3095BF is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 149 191 -
CMYK 0.75 0.22 0 0.25
HSL 197.62º 0.6% 0.47% -
HSV(B) 197.62º 0.75% 0.75% -
XYZ 21.37 25.88 53.16 -
YUV 123.59 166.04 74.08 -
System Red Green Blue C M Y K H S L
Decimal 48 149 191 0.75 0.22 0 0.25 197.62 0.6 0.47
Hex 30 95 BF 4B 16 0 19 C6 3C 2F
Octal 60 225 277 113 26 0 31 306 74 57
Binary 110000 10010101 10111111 1001011 10110 0 11001 11000110 111100 101111

Color Harmonies of #3095BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3095BF

Black with #3095BF

Text Example


Text Example

White with #3095BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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