Html Css Color HEX #3392BE Curious Blue

📋 copy color: '#3392BE'

red 51 ◦ green 146 ◦ blue 190

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

Shades of Curious Blue #3392BE

Tints of Curious Blue #3392BE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.73%

 BLUE value IS 190 (74.61% from 255) = 49.1%

R = 13.18%
G = 37.73%
B = 49.1%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3392BE (or 0x3392BE) is known color: Curious Blue. HEX triplet: 33, 92 and BE. RGB value is (51,146,190). Sum of RGB (Red+Green+Blue) = 51+146+190=387 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.18% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #3392BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3392BE is #CC6D41. Grayscale: #7A7A7A. Windows color (decimal): -13397314 or 12489267. OLE color: 12489267.

HSL color Cylindrical-coordinate representation of color #3392BE: hue angle of 198.99º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3392BE is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 146 190 -
CMYK 0.73 0.23 0 0.25
HSL 198.99º 0.58% 0.47% -
HSV(B) 198.99º 0.73% 0.75% -
XYZ 20.94 24.98 52.43 -
YUV 122.61 166.03 76.92 -
System Red Green Blue C M Y K H S L
Decimal 51 146 190 0.73 0.23 0 0.25 198.99 0.58 0.47
Hex 33 92 BE 49 17 0 19 C7 3A 2F
Octal 63 222 276 111 27 0 31 307 72 57
Binary 110011 10010010 10111110 1001001 10111 0 11001 11000111 111010 101111

Color Harmonies of #3392BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3392BE

Black with #3392BE

Text Example


Text Example

White with #3392BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3392BE; }

 p { color: rgb(51,146,190); }

 H1.HeaderClassName
 {
   color: #3392BE;
 }
 .AnyTagClassName
 {
   color: #3392BE;
 }
</style>

background-color css

<style>
 a { background-color: #3392BE; }

 a { background-color: rgb(51,146,190); }

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

border-color css

<style>
 span { border-color: #3392BE; }

 span { border-color: rgb(51,146,190); }

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