Html Css Color HEX #3393B4 Pelorous

📋 copy color: '#3393B4'

red 51 ◦ green 147 ◦ blue 180

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

Shades of Pelorous #3393B4

Tints of Pelorous #3393B4

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.89%

 BLUE value IS 180 (70.7% from 255) = 47.62%

R = 13.49%
G = 38.89%
B = 47.62%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3393B4 (or 0x3393B4) is known color: Pelorous. HEX triplet: 33, 93 and B4. RGB value is (51,147,180). Sum of RGB (Red+Green+Blue) = 51+147+180=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 180 - color contains mainly: blue. Hex color #3393B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3393B4 is #CC6C4B. Grayscale: #797979. Windows color (decimal): -13397068 or 11834163. OLE color: 11834163.

HSL color Cylindrical-coordinate representation of color #3393B4: hue angle of 195.35º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3393B4 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 147 180 -
CMYK 0.72 0.18 0 0.29
HSL 195.35º 0.56% 0.45% -
HSV(B) 195.35º 0.72% 0.71% -
XYZ 20.04 24.87 46.92 -
YUV 122.06 160.7 77.32 -
System Red Green Blue C M Y K H S L
Decimal 51 147 180 0.72 0.18 0 0.29 195.35 0.56 0.45
Hex 33 93 B4 48 12 0 1D C3 38 2D
Octal 63 223 264 110 22 0 35 303 70 55
Binary 110011 10010011 10110100 1001000 10010 0 11101 11000011 111000 101101

Color Harmonies of #3393B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3393B4

Black with #3393B4

Text Example


Text Example

White with #3393B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3393B4; }

 p { color: rgb(51,147,180); }

 H1.HeaderClassName
 {
   color: #3393B4;
 }
 .AnyTagClassName
 {
   color: #3393B4;
 }
</style>

background-color css

<style>
 a { background-color: #3393B4; }

 a { background-color: rgb(51,147,180); }

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

border-color css

<style>
 span { border-color: #3393B4; }

 span { border-color: rgb(51,147,180); }

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