Html Css Color HEX #3583BA Curious Blue

📋 copy color: '#3583BA'

red 53 ◦ green 131 ◦ blue 186

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

Shades of Curious Blue #3583BA

Tints of Curious Blue #3583BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.27%

R = 14.32%
G = 35.41%
B = 50.27%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3583BA (or 0x3583BA) is known color: Curious Blue. HEX triplet: 35, 83 and BA. RGB value is (53,131,186). Sum of RGB (Red+Green+Blue) = 53+131+186=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #3583BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3583BA is #CA7C45. Grayscale: #717171. Windows color (decimal): -13270086 or 12223285. OLE color: 12223285.

HSL color Cylindrical-coordinate representation of color #3583BA: hue angle of 204.81º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3583BA is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 131 186 -
CMYK 0.72 0.30 0 0.27
HSL 204.81º 0.56% 0.47% -
HSV(B) 204.81º 0.72% 0.73% -
XYZ 18.45 20.53 49.45 -
YUV 113.95 168.66 84.53 -
System Red Green Blue C M Y K H S L
Decimal 53 131 186 0.72 0.30 0 0.27 204.81 0.56 0.47
Hex 35 83 BA 48 1E 0 1B CD 38 2F
Octal 65 203 272 110 36 0 33 315 70 57
Binary 110101 10000011 10111010 1001000 11110 0 11011 11001101 111000 101111

Color Harmonies of #3583BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3583BA

Black with #3583BA

Text Example


Text Example

White with #3583BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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