Html Css Color HEX #3395BC Pelorous

📋 copy color: '#3395BC'

red 51 ◦ green 149 ◦ blue 188

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

Shades of Pelorous #3395BC

Tints of Pelorous #3395BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.45%

R = 13.14%
G = 38.4%
B = 48.45%

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

#3395BC (or 0x3395BC) is known color: Pelorous. HEX triplet: 33, 95 and BC. RGB value is (51,149,188). Sum of RGB (Red+Green+Blue) = 51+149+188=388 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.14% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #3395BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3395BC is #CC6A43. Grayscale: #7B7B7B. Windows color (decimal): -13396548 or 12358963. OLE color: 12358963.

HSL color Cylindrical-coordinate representation of color #3395BC: hue angle of 197.08º 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 #3395BC is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 149 188 -
CMYK 0.73 0.21 0 0.26
HSL 197.08º 0.57% 0.47% -
HSV(B) 197.08º 0.73% 0.74% -
XYZ 21.19 25.83 51.45 -
YUV 124.14 164.03 75.83 -
System Red Green Blue C M Y K H S L
Decimal 51 149 188 0.73 0.21 0 0.26 197.08 0.57 0.47
Hex 33 95 BC 49 15 0 1A C5 39 2F
Octal 63 225 274 111 25 0 32 305 71 57
Binary 110011 10010101 10111100 1001001 10101 0 11010 11000101 111001 101111

Color Harmonies of #3395BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3395BC

Black with #3395BC

Text Example


Text Example

White with #3395BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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