Html Css Color HEX #3589BA Curious Blue

📋 copy color: '#3589BA'

red 53 ◦ green 137 ◦ blue 186

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

Shades of Curious Blue #3589BA

Tints of Curious Blue #3589BA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.44%

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

R = 14.1%
G = 36.44%
B = 49.47%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3589BA (or 0x3589BA) is known color: Curious Blue. HEX triplet: 35, 89 and BA. RGB value is (53,137,186). Sum of RGB (Red+Green+Blue) = 53+137+186=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #3589BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3589BA is #CA7645. Grayscale: #757575. Windows color (decimal): -13268550 or 12224821. OLE color: 12224821.

HSL color Cylindrical-coordinate representation of color #3589BA: hue angle of 202.11º 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 #3589BA is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 137 186 -
CMYK 0.72 0.26 0 0.27
HSL 202.11º 0.56% 0.47% -
HSV(B) 202.11º 0.72% 0.73% -
XYZ 19.28 22.19 49.72 -
YUV 117.47 166.67 82.02 -
System Red Green Blue C M Y K H S L
Decimal 53 137 186 0.72 0.26 0 0.27 202.11 0.56 0.47
Hex 35 89 BA 48 1A 0 1B CA 38 2F
Octal 65 211 272 110 32 0 33 312 70 57
Binary 110101 10001001 10111010 1001000 11010 0 11011 11001010 111000 101111

Color Harmonies of #3589BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3589BA

Black with #3589BA

Text Example


Text Example

White with #3589BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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