Html Css Color HEX #3583AB Curious Blue

📋 copy color: '#3583AB'

red 53 ◦ green 131 ◦ blue 171

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

Shades of Curious Blue #3583AB

Tints of Curious Blue #3583AB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.9%

 BLUE value IS 171 (67.19% from 255) = 48.17%

R = 14.93%
G = 36.9%
B = 48.17%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3583AB (or 0x3583AB) is known color: Curious Blue. HEX triplet: 35, 83 and AB. RGB value is (53,131,171). Sum of RGB (Red+Green+Blue) = 53+131+171=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #3583AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3583AB is #CA7C54. Grayscale: #707070. Windows color (decimal): -13270101 or 11240245. OLE color: 11240245.

HSL color Cylindrical-coordinate representation of color #3583AB: hue angle of 200.34º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3583AB is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 131 171 -
CMYK 0.69 0.23 0 0.33
HSL 200.34º 0.53% 0.44% -
HSV(B) 200.34º 0.69% 0.67% -
XYZ 16.94 19.93 41.48 -
YUV 112.24 161.16 85.75 -
System Red Green Blue C M Y K H S L
Decimal 53 131 171 0.69 0.23 0 0.33 200.34 0.53 0.44
Hex 35 83 AB 45 17 0 21 C8 35 2C
Octal 65 203 253 105 27 0 41 310 65 54
Binary 110101 10000011 10101011 1000101 10111 0 100001 11001000 110101 101100

Color Harmonies of #3583AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3583AB

Black with #3583AB

Text Example


Text Example

White with #3583AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3583AB; }

 p { color: rgb(53,131,171); }

 H1.HeaderClassName
 {
   color: #3583AB;
 }
 .AnyTagClassName
 {
   color: #3583AB;
 }
</style>

background-color css

<style>
 a { background-color: #3583AB; }

 a { background-color: rgb(53,131,171); }

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

border-color css

<style>
 span { border-color: #3583AB; }

 span { border-color: rgb(53,131,171); }

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