Html Css Color HEX #3396BC Pelorous

📋 copy color: '#3396BC'

red 51 ◦ green 150 ◦ blue 188

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

Shades of Pelorous #3396BC

Tints of Pelorous #3396BC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.56%

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

R = 13.11%
G = 38.56%
B = 48.33%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3396BC (or 0x3396BC) is known color: Pelorous. HEX triplet: 33, 96 and BC. RGB value is (51,150,188). Sum of RGB (Red+Green+Blue) = 51+150+188=389 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.11% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #3396BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3396BC is #CC6943. Grayscale: #7C7C7C. Windows color (decimal): -13396292 or 12359219. OLE color: 12359219.

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

Color convert

RGB 51 150 188 -
CMYK 0.73 0.20 0 0.26
HSL 196.64º 0.57% 0.47% -
HSV(B) 196.64º 0.73% 0.74% -
XYZ 21.35 26.15 51.5 -
YUV 124.73 163.7 75.41 -
System Red Green Blue C M Y K H S L
Decimal 51 150 188 0.73 0.20 0 0.26 196.64 0.57 0.47
Hex 33 96 BC 49 14 0 1A C5 39 2F
Octal 63 226 274 111 24 0 32 305 71 57
Binary 110011 10010110 10111100 1001001 10100 0 11010 11000101 111001 101111

Color Harmonies of #3396BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3396BC

Black with #3396BC

Text Example


Text Example

White with #3396BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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