Html Css Color HEX #3590CE Curious Blue

📋 copy color: '#3590CE'

red 53 ◦ green 144 ◦ blue 206

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

Shades of Curious Blue #3590CE

Tints of Curious Blue #3590CE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.73%

 BLUE value IS 206 (80.86% from 255) = 51.12%

R = 13.15%
G = 35.73%
B = 51.12%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3590CE (or 0x3590CE) is known color: Curious Blue. HEX triplet: 35, 90 and CE. RGB value is (53,144,206). Sum of RGB (Red+Green+Blue) = 53+144+206=403 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.15% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #3590CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3590CE is #CA6F31. Grayscale: #7B7B7B. Windows color (decimal): -13266738 or 13537333. OLE color: 13537333.

HSL color Cylindrical-coordinate representation of color #3590CE: hue angle of 204.31º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3590CE is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 144 206 -
CMYK 0.74 0.30 0 0.19
HSL 204.31º 0.61% 0.51% -
HSV(B) 204.31º 0.74% 0.81% -
XYZ 22.58 25.16 62.06 -
YUV 123.86 174.35 77.46 -
System Red Green Blue C M Y K H S L
Decimal 53 144 206 0.74 0.30 0 0.19 204.31 0.61 0.51
Hex 35 90 CE 4A 1E 0 13 CC 3D 33
Octal 65 220 316 112 36 0 23 314 75 63
Binary 110101 10010000 11001110 1001010 11110 0 10011 11001100 111101 110011

Color Harmonies of #3590CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3590CE

Black with #3590CE

Text Example


Text Example

White with #3590CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3590CE; }

 p { color: rgb(53,144,206); }

 H1.HeaderClassName
 {
   color: #3590CE;
 }
 .AnyTagClassName
 {
   color: #3590CE;
 }
</style>

background-color css

<style>
 a { background-color: #3590CE; }

 a { background-color: rgb(53,144,206); }

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

border-color css

<style>
 span { border-color: #3590CE; }

 span { border-color: rgb(53,144,206); }

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