Html Css Color HEX #3594BC Curious Blue

📋 copy color: '#3594BC'

red 53 ◦ green 148 ◦ blue 188

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

Shades of Curious Blue #3594BC

Tints of Curious Blue #3594BC

RGB

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

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

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

R = 13.62%
G = 38.05%
B = 48.33%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3594BC (or 0x3594BC) is known color: Curious Blue. HEX triplet: 35, 94 and BC. RGB value is (53,148,188). Sum of RGB (Red+Green+Blue) = 53+148+188=389 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.62% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #3594BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3594BC is #CA6B43. Grayscale: #7B7B7B. Windows color (decimal): -13265732 or 12358709. OLE color: 12358709.

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

Color convert

RGB 53 148 188 -
CMYK 0.72 0.21 0 0.26
HSL 197.78º 0.56% 0.47% -
HSV(B) 197.78º 0.72% 0.74% -
XYZ 21.14 25.57 51.4 -
YUV 124.16 164.03 77.25 -
System Red Green Blue C M Y K H S L
Decimal 53 148 188 0.72 0.21 0 0.26 197.78 0.56 0.47
Hex 35 94 BC 48 15 0 1A C6 38 2F
Octal 65 224 274 110 25 0 32 306 70 57
Binary 110101 10010100 10111100 1001000 10101 0 11010 11000110 111000 101111

Color Harmonies of #3594BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3594BC

Black with #3594BC

Text Example


Text Example

White with #3594BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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