Html Css Color HEX #3397AD Pelorous

📋 copy color: '#3397AD'

red 51 ◦ green 151 ◦ blue 173

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

Shades of Pelorous #3397AD

Tints of Pelorous #3397AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.13%

R = 13.6%
G = 40.27%
B = 46.13%

CMYK

 C value IS 0.71

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3397AD (or 0x3397AD) is known color: Pelorous. HEX triplet: 33, 97 and AD. RGB value is (51,151,173). Sum of RGB (Red+Green+Blue) = 51+151+173=375 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.6% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #3397AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3397AD is #CC6852. Grayscale: #7B7B7B. Windows color (decimal): -13396051 or 11376435. OLE color: 11376435.

HSL color Cylindrical-coordinate representation of color #3397AD: hue angle of 190.82º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3397AD is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 51 151 173 -
CMYK 0.71 0.13 0 0.32
HSL 190.82º 0.54% 0.44% -
HSV(B) 190.82º 0.71% 0.68% -
XYZ 19.97 25.85 43.47 -
YUV 123.61 155.87 76.21 -
System Red Green Blue C M Y K H S L
Decimal 51 151 173 0.71 0.13 0 0.32 190.82 0.54 0.44
Hex 33 97 AD 47 D 0 20 BF 36 2C
Octal 63 227 255 107 15 0 40 277 66 54
Binary 110011 10010111 10101101 1000111 1101 0 100000 10111111 110110 101100

Color Harmonies of #3397AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3397AD

Black with #3397AD

Text Example


Text Example

White with #3397AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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