Html Css Color HEX #3595BD Curious Blue

📋 copy color: '#3595BD'

red 53 ◦ green 149 ◦ blue 189

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

Shades of Curious Blue #3595BD

Tints of Curious Blue #3595BD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.11%

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

R = 13.55%
G = 38.11%
B = 48.34%

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

#3595BD (or 0x3595BD) is known color: Curious Blue. HEX triplet: 35, 95 and BD. RGB value is (53,149,189). Sum of RGB (Red+Green+Blue) = 53+149+189=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #3595BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3595BD is #CA6A42. Grayscale: #7C7C7C. Windows color (decimal): -13265475 or 12424501. OLE color: 12424501.

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

Color convert

RGB 53 149 189 -
CMYK 0.72 0.21 0 0.26
HSL 197.65º 0.56% 0.47% -
HSV(B) 197.65º 0.72% 0.74% -
XYZ 21.4 25.93 52.02 -
YUV 124.86 164.2 76.75 -
System Red Green Blue C M Y K H S L
Decimal 53 149 189 0.72 0.21 0 0.26 197.65 0.56 0.47
Hex 35 95 BD 48 15 0 1A C6 38 2F
Octal 65 225 275 110 25 0 32 306 70 57
Binary 110101 10010101 10111101 1001000 10101 0 11010 11000110 111000 101111

Color Harmonies of #3595BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3595BD

Black with #3595BD

Text Example


Text Example

White with #3595BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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