Html Css Color HEX #3589BC Curious Blue

📋 copy color: '#3589BC'

red 53 ◦ green 137 ◦ blue 188

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

Shades of Curious Blue #3589BC

Tints of Curious Blue #3589BC

RGB

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

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

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

R = 14.02%
G = 36.24%
B = 49.74%

CMYK

 C value IS 0.72

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3589BC (or 0x3589BC) is known color: Curious Blue. HEX triplet: 35, 89 and BC. RGB value is (53,137,188). Sum of RGB (Red+Green+Blue) = 53+137+188=378 (50% of max value = 765). Red value is 53 (21.09% from 255 or 14.02% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #3589BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3589BC is #CA7643. Grayscale: #757575. Windows color (decimal): -13268548 or 12355893. OLE color: 12355893.

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

Color convert

RGB 53 137 188 -
CMYK 0.72 0.27 0 0.26
HSL 202.67º 0.56% 0.47% -
HSV(B) 202.67º 0.72% 0.74% -
XYZ 19.49 22.28 50.85 -
YUV 117.7 167.67 81.85 -
System Red Green Blue C M Y K H S L
Decimal 53 137 188 0.72 0.27 0 0.26 202.67 0.56 0.47
Hex 35 89 BC 48 1B 0 1A CB 38 2F
Octal 65 211 274 110 33 0 32 313 70 57
Binary 110101 10001001 10111100 1001000 11011 0 11010 11001011 111000 101111

Color Harmonies of #3589BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3589BC

Black with #3589BC

Text Example


Text Example

White with #3589BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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