Html Css Color HEX #3580BC Curious Blue

📋 copy color: '#3580BC'

red 53 ◦ green 128 ◦ blue 188

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

Shades of Curious Blue #3580BC

Tints of Curious Blue #3580BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.95%

R = 14.36%
G = 34.69%
B = 50.95%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3580BC (or 0x3580BC) is known color: Curious Blue. HEX triplet: 35, 80 and BC. RGB value is (53,128,188). Sum of RGB (Red+Green+Blue) = 53+128+188=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #3580BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3580BC is #CA7F43. Grayscale: #707070. Windows color (decimal): -13270852 or 12353589. OLE color: 12353589.

HSL color Cylindrical-coordinate representation of color #3580BC: hue angle of 206.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3580BC is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 128 188 -
CMYK 0.72 0.32 0 0.26
HSL 206.67º 0.56% 0.47% -
HSV(B) 206.67º 0.72% 0.74% -
XYZ 18.26 19.83 50.44 -
YUV 112.42 170.65 85.62 -
System Red Green Blue C M Y K H S L
Decimal 53 128 188 0.72 0.32 0 0.26 206.67 0.56 0.47
Hex 35 80 BC 48 20 0 1A CF 38 2F
Octal 65 200 274 110 40 0 32 317 70 57
Binary 110101 10000000 10111100 1001000 100000 0 11010 11001111 111000 101111

Color Harmonies of #3580BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3580BC

Black with #3580BC

Text Example


Text Example

White with #3580BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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