Html Css Color HEX #3095B3 Pelorous

📋 copy color: '#3095B3'

red 48 ◦ green 149 ◦ blue 179

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

Shades of Pelorous #3095B3

Tints of Pelorous #3095B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.61%

R = 12.77%
G = 39.63%
B = 47.61%

CMYK

 C value IS 0.73

 M value IS 0.17

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3095B3 (or 0x3095B3) is known color: Pelorous. HEX triplet: 30, 95 and B3. RGB value is (48,149,179). Sum of RGB (Red+Green+Blue) = 48+149+179=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 179 (70.31% from 255 or 47.61% from 376); Max value from RGB is 179 - color contains mainly: blue. Hex color #3095B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3095B3 is #CF6A4C. Grayscale: #7A7A7A. Windows color (decimal): -13593165 or 11769136. OLE color: 11769136.

HSL color Cylindrical-coordinate representation of color #3095B3: hue angle of 193.74º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3095B3 is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 48 149 179 -
CMYK 0.73 0.17 0 0.30
HSL 193.74º 0.58% 0.45% -
HSV(B) 193.74º 0.73% 0.7% -
XYZ 20.1 25.38 46.49 -
YUV 122.22 160.04 75.06 -
System Red Green Blue C M Y K H S L
Decimal 48 149 179 0.73 0.17 0 0.30 193.74 0.58 0.45
Hex 30 95 B3 49 11 0 1E C2 3A 2D
Octal 60 225 263 111 21 0 36 302 72 55
Binary 110000 10010101 10110011 1001001 10001 0 11110 11000010 111010 101101

Color Harmonies of #3095B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3095B3

Black with #3095B3

Text Example


Text Example

White with #3095B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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