Html Css Color HEX #3574C0 Curious Blue

📋 copy color: '#3574C0'

red 53 ◦ green 116 ◦ blue 192

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

Shades of Curious Blue #3574C0

Tints of Curious Blue #3574C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 53.19%

R = 14.68%
G = 32.13%
B = 53.19%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3574C0 (or 0x3574C0) is known color: Curious Blue. HEX triplet: 35, 74 and C0. RGB value is (53,116,192). Sum of RGB (Red+Green+Blue) = 53+116+192=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 192 (75.39% from 255 or 53.19% from 361); Max value from RGB is 192 - color contains mainly: blue. Hex color #3574C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3574C0 is #CA8B3F. Grayscale: #696969. Windows color (decimal): -13273920 or 12612661. OLE color: 12612661.

HSL color Cylindrical-coordinate representation of color #3574C0: hue angle of 212.81º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3574C0 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 116 192 -
CMYK 0.72 0.40 0 0.25
HSL 212.81º 0.57% 0.48% -
HSV(B) 212.81º 0.72% 0.75% -
XYZ 17.23 17.05 52.25 -
YUV 105.83 176.63 90.32 -
System Red Green Blue C M Y K H S L
Decimal 53 116 192 0.72 0.40 0 0.25 212.81 0.57 0.48
Hex 35 74 C0 48 28 0 19 D5 39 30
Octal 65 164 300 110 50 0 31 325 71 60
Binary 110101 1110100 11000000 1001000 101000 0 11001 11010101 111001 110000

Color Harmonies of #3574C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3574C0

Black with #3574C0

Text Example


Text Example

White with #3574C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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