Html Css Color HEX #3596CF Curious Blue

📋 copy color: '#3596CF'

red 53 ◦ green 150 ◦ blue 207

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

Shades of Curious Blue #3596CF

Tints of Curious Blue #3596CF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.59%

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

R = 12.93%
G = 36.59%
B = 50.49%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3596CF (or 0x3596CF) is known color: Curious Blue. HEX triplet: 35, 96 and CF. RGB value is (53,150,207). Sum of RGB (Red+Green+Blue) = 53+150+207=410 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.93% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #3596CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3596CF is #CA6930. Grayscale: #7F7F7F. Windows color (decimal): -13265201 or 13604405. OLE color: 13604405.

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

Color convert

RGB 53 150 207 -
CMYK 0.74 0.28 0 0.19
HSL 202.21º 0.62% 0.51% -
HSV(B) 202.21º 0.74% 0.81% -
XYZ 23.64 27.07 63.01 -
YUV 127.5 172.86 74.87 -
System Red Green Blue C M Y K H S L
Decimal 53 150 207 0.74 0.28 0 0.19 202.21 0.62 0.51
Hex 35 96 CF 4A 1C 0 13 CA 3E 33
Octal 65 226 317 112 34 0 23 312 76 63
Binary 110101 10010110 11001111 1001010 11100 0 10011 11001010 111110 110011

Color Harmonies of #3596CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3596CF

Black with #3596CF

Text Example


Text Example

White with #3596CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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