Html Css Color HEX #3573BB Curious Blue

📋 copy color: '#3573BB'

red 53 ◦ green 115 ◦ blue 187

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

Shades of Curious Blue #3573BB

Tints of Curious Blue #3573BB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.39%

 BLUE value IS 187 (73.44% from 255) = 52.68%

R = 14.93%
G = 32.39%
B = 52.68%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3573BB (or 0x3573BB) is known color: Curious Blue. HEX triplet: 35, 73 and BB. RGB value is (53,115,187). Sum of RGB (Red+Green+Blue) = 53+115+187=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #3573BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3573BB is #CA8C44. Grayscale: #686868. Windows color (decimal): -13274181 or 12284725. OLE color: 12284725.

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

Color convert

RGB 53 115 187 -
CMYK 0.72 0.39 0 0.27
HSL 212.24º 0.56% 0.47% -
HSV(B) 212.24º 0.72% 0.73% -
XYZ 16.57 16.61 49.35 -
YUV 104.67 174.46 91.15 -
System Red Green Blue C M Y K H S L
Decimal 53 115 187 0.72 0.39 0 0.27 212.24 0.56 0.47
Hex 35 73 BB 48 27 0 1B D4 38 2F
Octal 65 163 273 110 47 0 33 324 70 57
Binary 110101 1110011 10111011 1001000 100111 0 11011 11010100 111000 101111

Color Harmonies of #3573BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3573BB

Black with #3573BB

Text Example


Text Example

White with #3573BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3573BB; }

 p { color: rgb(53,115,187); }

 H1.HeaderClassName
 {
   color: #3573BB;
 }
 .AnyTagClassName
 {
   color: #3573BB;
 }
</style>

background-color css

<style>
 a { background-color: #3573BB; }

 a { background-color: rgb(53,115,187); }

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

border-color css

<style>
 span { border-color: #3573BB; }

 span { border-color: rgb(53,115,187); }

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