Html Css Color HEX #3594BD Curious Blue

📋 copy color: '#3594BD'

red 53 ◦ green 148 ◦ blue 189

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

Shades of Curious Blue #3594BD

Tints of Curious Blue #3594BD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.95%

 BLUE value IS 189 (74.22% from 255) = 48.46%

R = 13.59%
G = 37.95%
B = 48.46%

CMYK

 C value IS 0.72

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3594BD (or 0x3594BD) is known color: Curious Blue. HEX triplet: 35, 94 and BD. RGB value is (53,148,189). Sum of RGB (Red+Green+Blue) = 53+148+189=390 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.59% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #3594BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3594BD is #CA6B42. Grayscale: #7C7C7C. Windows color (decimal): -13265731 or 12424245. OLE color: 12424245.

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

Color convert

RGB 53 148 189 -
CMYK 0.72 0.22 0 0.26
HSL 198.09º 0.56% 0.47% -
HSV(B) 198.09º 0.72% 0.74% -
XYZ 21.24 25.61 51.97 -
YUV 124.27 164.53 77.17 -
System Red Green Blue C M Y K H S L
Decimal 53 148 189 0.72 0.22 0 0.26 198.09 0.56 0.47
Hex 35 94 BD 48 16 0 1A C6 38 2F
Octal 65 224 275 110 26 0 32 306 70 57
Binary 110101 10010100 10111101 1001000 10110 0 11010 11000110 111000 101111

Color Harmonies of #3594BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3594BD

Black with #3594BD

Text Example


Text Example

White with #3594BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3594BD; }

 p { color: rgb(53,148,189); }

 H1.HeaderClassName
 {
   color: #3594BD;
 }
 .AnyTagClassName
 {
   color: #3594BD;
 }
</style>

background-color css

<style>
 a { background-color: #3594BD; }

 a { background-color: rgb(53,148,189); }

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

border-color css

<style>
 span { border-color: #3594BD; }

 span { border-color: rgb(53,148,189); }

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