Html Css Color HEX #3592BE Curious Blue

📋 copy color: '#3592BE'

red 53 ◦ green 146 ◦ blue 190

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

Shades of Curious Blue #3592BE

Tints of Curious Blue #3592BE

RGB

 RED value IS 53 (21.09% from 255) = 13.62%

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

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

R = 13.62%
G = 37.53%
B = 48.84%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3592BE (or 0x3592BE) is known color: Curious Blue. HEX triplet: 35, 92 and BE. RGB value is (53,146,190). Sum of RGB (Red+Green+Blue) = 53+146+190=389 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.62% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #3592BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3592BE is #CA6D41. Grayscale: #7A7A7A. Windows color (decimal): -13266242 or 12489269. OLE color: 12489269.

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

Color convert

RGB 53 146 190 -
CMYK 0.72 0.23 0 0.25
HSL 199.27º 0.56% 0.48% -
HSV(B) 199.27º 0.72% 0.75% -
XYZ 21.04 25.03 52.44 -
YUV 123.21 165.69 77.92 -
System Red Green Blue C M Y K H S L
Decimal 53 146 190 0.72 0.23 0 0.25 199.27 0.56 0.48
Hex 35 92 BE 48 17 0 19 C7 38 30
Octal 65 222 276 110 27 0 31 307 70 60
Binary 110101 10010010 10111110 1001000 10111 0 11001 11000111 111000 110000

Color Harmonies of #3592BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3592BE

Black with #3592BE

Text Example


Text Example

White with #3592BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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