Html Css Color HEX #3397BC Pelorous

📋 copy color: '#3397BC'

red 51 ◦ green 151 ◦ blue 188

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

Shades of Pelorous #3397BC

Tints of Pelorous #3397BC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.72%

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

R = 13.08%
G = 38.72%
B = 48.21%

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

#3397BC (or 0x3397BC) is known color: Pelorous. HEX triplet: 33, 97 and BC. RGB value is (51,151,188). Sum of RGB (Red+Green+Blue) = 51+151+188=390 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.08% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #3397BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3397BC is #CC6843. Grayscale: #7D7D7D. Windows color (decimal): -13396036 or 12359475. OLE color: 12359475.

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

Color convert

RGB 51 151 188 -
CMYK 0.73 0.20 0 0.26
HSL 196.2º 0.57% 0.47% -
HSV(B) 196.2º 0.73% 0.74% -
XYZ 21.51 26.47 51.55 -
YUV 125.32 163.37 74.99 -
System Red Green Blue C M Y K H S L
Decimal 51 151 188 0.73 0.20 0 0.26 196.2 0.57 0.47
Hex 33 97 BC 49 14 0 1A C4 39 2F
Octal 63 227 274 111 24 0 32 304 71 57
Binary 110011 10010111 10111100 1001001 10100 0 11010 11000100 111001 101111

Color Harmonies of #3397BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3397BC

Black with #3397BC

Text Example


Text Example

White with #3397BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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