Html Css Color HEX #3395BD Pelorous

📋 copy color: '#3395BD'

red 51 ◦ green 149 ◦ blue 189

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

Shades of Pelorous #3395BD

Tints of Pelorous #3395BD

RGB

 RED value IS 51 (20.31% from 255) = 13.11%

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

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

R = 13.11%
G = 38.3%
B = 48.59%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3395BD (or 0x3395BD) is known color: Pelorous. HEX triplet: 33, 95 and BD. RGB value is (51,149,189). Sum of RGB (Red+Green+Blue) = 51+149+189=389 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.11% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #3395BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3395BD is #CC6A42. Grayscale: #7C7C7C. Windows color (decimal): -13396547 or 12424499. OLE color: 12424499.

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

Color convert

RGB 51 149 189 -
CMYK 0.73 0.21 0 0.26
HSL 197.39º 0.58% 0.47% -
HSV(B) 197.39º 0.73% 0.74% -
XYZ 21.3 25.87 52.02 -
YUV 124.26 164.53 75.75 -
System Red Green Blue C M Y K H S L
Decimal 51 149 189 0.73 0.21 0 0.26 197.39 0.58 0.47
Hex 33 95 BD 49 15 0 1A C5 3A 2F
Octal 63 225 275 111 25 0 32 305 72 57
Binary 110011 10010101 10111101 1001001 10101 0 11010 11000101 111010 101111

Color Harmonies of #3395BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3395BD

Black with #3395BD

Text Example


Text Example

White with #3395BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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