Html Css Color HEX #3095BD Pelorous

📋 copy color: '#3095BD'

red 48 ◦ green 149 ◦ blue 189

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

Shades of Pelorous #3095BD

Tints of Pelorous #3095BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.96%

R = 12.44%
G = 38.6%
B = 48.96%

CMYK

 C value IS 0.75

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3095BD (or 0x3095BD) is known color: Pelorous. HEX triplet: 30, 95 and BD. RGB value is (48,149,189). Sum of RGB (Red+Green+Blue) = 48+149+189=386 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.44% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #3095BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3095BD is #CF6A42. Grayscale: #7B7B7B. Windows color (decimal): -13593155 or 12424496. OLE color: 12424496.

HSL color Cylindrical-coordinate representation of color #3095BD: hue angle of 197.02º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3095BD is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 149 189 -
CMYK 0.75 0.21 0 0.26
HSL 197.02º 0.59% 0.46% -
HSV(B) 197.02º 0.75% 0.74% -
XYZ 21.15 25.8 52.01 -
YUV 123.36 165.04 74.25 -
System Red Green Blue C M Y K H S L
Decimal 48 149 189 0.75 0.21 0 0.26 197.02 0.59 0.46
Hex 30 95 BD 4B 15 0 1A C5 3B 2E
Octal 60 225 275 113 25 0 32 305 73 56
Binary 110000 10010101 10111101 1001011 10101 0 11010 11000101 111011 101110

Color Harmonies of #3095BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3095BD

Black with #3095BD

Text Example


Text Example

White with #3095BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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