Html Css Color HEX #3397BB Pelorous

📋 copy color: '#3397BB'

red 51 ◦ green 151 ◦ blue 187

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

Shades of Pelorous #3397BB

Tints of Pelorous #3397BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.07%

R = 13.11%
G = 38.82%
B = 48.07%

CMYK

 C value IS 0.73

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3397BB (or 0x3397BB) is known color: Pelorous. HEX triplet: 33, 97 and BB. RGB value is (51,151,187). Sum of RGB (Red+Green+Blue) = 51+151+187=389 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.11% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #3397BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3397BB is #CC6844. Grayscale: #7C7C7C. Windows color (decimal): -13396037 or 12293939. OLE color: 12293939.

HSL color Cylindrical-coordinate representation of color #3397BB: hue angle of 195.88º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3397BB is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 151 187 -
CMYK 0.73 0.19 0 0.27
HSL 195.88º 0.57% 0.47% -
HSV(B) 195.88º 0.73% 0.73% -
XYZ 21.4 26.42 50.99 -
YUV 125.2 162.87 75.07 -
System Red Green Blue C M Y K H S L
Decimal 51 151 187 0.73 0.19 0 0.27 195.88 0.57 0.47
Hex 33 97 BB 49 13 0 1B C4 39 2F
Octal 63 227 273 111 23 0 33 304 71 57
Binary 110011 10010111 10111011 1001001 10011 0 11011 11000100 111001 101111

Color Harmonies of #3397BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3397BB

Black with #3397BB

Text Example


Text Example

White with #3397BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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