Html Css Color HEX #3574BD Curious Blue

📋 copy color: '#3574BD'

red 53 ◦ green 116 ◦ blue 189

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

Shades of Curious Blue #3574BD

Tints of Curious Blue #3574BD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.4%

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

R = 14.8%
G = 32.4%
B = 52.79%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3574BD (or 0x3574BD) is known color: Curious Blue. HEX triplet: 35, 74 and BD. RGB value is (53,116,189). Sum of RGB (Red+Green+Blue) = 53+116+189=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #3574BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3574BD is #CA8B42. Grayscale: #696969. Windows color (decimal): -13273923 or 12416053. OLE color: 12416053.

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

Color convert

RGB 53 116 189 -
CMYK 0.72 0.39 0 0.26
HSL 212.21º 0.56% 0.47% -
HSV(B) 212.21º 0.72% 0.74% -
XYZ 16.9 16.92 50.52 -
YUV 105.49 175.13 90.56 -
System Red Green Blue C M Y K H S L
Decimal 53 116 189 0.72 0.39 0 0.26 212.21 0.56 0.47
Hex 35 74 BD 48 27 0 1A D4 38 2F
Octal 65 164 275 110 47 0 32 324 70 57
Binary 110101 1110100 10111101 1001000 100111 0 11010 11010100 111000 101111

Color Harmonies of #3574BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3574BD

Black with #3574BD

Text Example


Text Example

White with #3574BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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