Html Css Color HEX #3475CA Curious Blue

📋 copy color: '#3475CA'

red 52 ◦ green 117 ◦ blue 202

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

Shades of Curious Blue #3475CA

Tints of Curious Blue #3475CA

RGB

 RED value IS 52 (20.7% from 255) = 14.02%

 GREEN value IS 117 (46.09% from 255) = 31.54%

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

R = 14.02%
G = 31.54%
B = 54.45%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3475CA (or 0x3475CA) is known color: Curious Blue. HEX triplet: 34, 75 and CA. RGB value is (52,117,202). Sum of RGB (Red+Green+Blue) = 52+117+202=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 117 (46.09% from 255 or 31.54% 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 #3475CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3475CA is #CB8A35. Grayscale: #6A6A6A. Windows color (decimal): -13339190 or 13268276. OLE color: 13268276.

HSL color Cylindrical-coordinate representation of color #3475CA: hue angle of 214º degrees, saturation: 0.59, 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 #3475CA is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 52 117 202 -
CMYK 0.74 0.42 0 0.21
HSL 214º 0.59% 0.5% -
HSV(B) 214º 0.74% 0.79% -
XYZ 18.44 17.72 58.33 -
YUV 107.26 181.47 88.59 -
System Red Green Blue C M Y K H S L
Decimal 52 117 202 0.74 0.42 0 0.21 214 0.59 0.5
Hex 34 75 CA 4A 2A 0 15 D6 3B 32
Octal 64 165 312 112 52 0 25 326 73 62
Binary 110100 1110101 11001010 1001010 101010 0 10101 11010110 111011 110010

Color Harmonies of #3475CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3475CA

Black with #3475CA

Text Example


Text Example

White with #3475CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,117,202); }

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

background-color css

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

 a { background-color: rgb(52,117,202); }

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

border-color css

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

 span { border-color: rgb(52,117,202); }

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