Html Css Color HEX #3590CF Curious Blue

📋 copy color: '#3590CF'

red 53 ◦ green 144 ◦ blue 207

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

Shades of Curious Blue #3590CF

Tints of Curious Blue #3590CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.24%

R = 13.12%
G = 35.64%
B = 51.24%

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

#3590CF (or 0x3590CF) is known color: Curious Blue. HEX triplet: 35, 90 and CF. RGB value is (53,144,207). Sum of RGB (Red+Green+Blue) = 53+144+207=404 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.12% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #3590CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3590CF is #CA6F30. Grayscale: #7B7B7B. Windows color (decimal): -13266737 or 13602869. OLE color: 13602869.

HSL color Cylindrical-coordinate representation of color #3590CF: hue angle of 204.55º degrees, saturation: 0.62, 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 #3590CF is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 144 207 -
CMYK 0.74 0.30 0 0.19
HSL 204.55º 0.62% 0.51% -
HSV(B) 204.55º 0.74% 0.81% -
XYZ 22.7 25.21 62.7 -
YUV 123.97 174.85 77.38 -
System Red Green Blue C M Y K H S L
Decimal 53 144 207 0.74 0.30 0 0.19 204.55 0.62 0.51
Hex 35 90 CF 4A 1E 0 13 CD 3E 33
Octal 65 220 317 112 36 0 23 315 76 63
Binary 110101 10010000 11001111 1001010 11110 0 10011 11001101 111110 110011

Color Harmonies of #3590CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3590CF

Black with #3590CF

Text Example


Text Example

White with #3590CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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