Html Css Color HEX #3574CA Curious Blue

📋 copy color: '#3574CA'

red 53 ◦ green 116 ◦ blue 202

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

Shades of Curious Blue #3574CA

Tints of Curious Blue #3574CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 54.45%

R = 14.29%
G = 31.27%
B = 54.45%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3574CA (or 0x3574CA) is known color: Curious Blue. HEX triplet: 35, 74 and CA. RGB value is (53,116,202). Sum of RGB (Red+Green+Blue) = 53+116+202=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #3574CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3574CA is #CA8B35. Grayscale: #6A6A6A. Windows color (decimal): -13273910 or 13268021. OLE color: 13268021.

HSL color Cylindrical-coordinate representation of color #3574CA: hue angle of 214.63º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3574CA is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 53 116 202 -
CMYK 0.74 0.43 0 0.21
HSL 214.63º 0.58% 0.5% -
HSV(B) 214.63º 0.74% 0.79% -
XYZ 18.37 17.51 58.29 -
YUV 106.97 181.63 89.51 -
System Red Green Blue C M Y K H S L
Decimal 53 116 202 0.74 0.43 0 0.21 214.63 0.58 0.5
Hex 35 74 CA 4A 2B 0 15 D7 3A 32
Octal 65 164 312 112 53 0 25 327 72 62
Binary 110101 1110100 11001010 1001010 101011 0 10101 11010111 111010 110010

Color Harmonies of #3574CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3574CA

Black with #3574CA

Text Example


Text Example

White with #3574CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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