Html Css Color HEX #3580CC Curious Blue

📋 copy color: '#3580CC'

red 53 ◦ green 128 ◦ blue 204

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

Shades of Curious Blue #3580CC

Tints of Curious Blue #3580CC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.25%

 BLUE value IS 204 (80.08% from 255) = 52.99%

R = 13.77%
G = 33.25%
B = 52.99%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3580CC (or 0x3580CC) is known color: Curious Blue. HEX triplet: 35, 80 and CC. RGB value is (53,128,204). Sum of RGB (Red+Green+Blue) = 53+128+204=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #3580CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3580CC is #CA7F33. Grayscale: #717171. Windows color (decimal): -13270836 or 13402165. OLE color: 13402165.

HSL color Cylindrical-coordinate representation of color #3580CC: hue angle of 210.2º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3580CC is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 53 128 204 -
CMYK 0.74 0.37 0 0.2
HSL 210.2º 0.6% 0.5% -
HSV(B) 210.2º 0.74% 0.8% -
XYZ 20.09 20.55 60.04 -
YUV 114.24 178.65 84.32 -
System Red Green Blue C M Y K H S L
Decimal 53 128 204 0.74 0.37 0 0.2 210.2 0.6 0.5
Hex 35 80 CC 4A 25 0 14 D2 3C 32
Octal 65 200 314 112 45 0 24 322 74 62
Binary 110101 10000000 11001100 1001010 100101 0 10100 11010010 111100 110010

Color Harmonies of #3580CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3580CC

Black with #3580CC

Text Example


Text Example

White with #3580CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3580CC; }

 p { color: rgb(53,128,204); }

 H1.HeaderClassName
 {
   color: #3580CC;
 }
 .AnyTagClassName
 {
   color: #3580CC;
 }
</style>

background-color css

<style>
 a { background-color: #3580CC; }

 a { background-color: rgb(53,128,204); }

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

border-color css

<style>
 span { border-color: #3580CC; }

 span { border-color: rgb(53,128,204); }

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