Html Css Color HEX #3478CA Curious Blue

📋 copy color: '#3478CA'

red 52 ◦ green 120 ◦ blue 202

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

Shades of Curious Blue #3478CA

Tints of Curious Blue #3478CA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.09%

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

R = 13.9%
G = 32.09%
B = 54.01%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3478CA (or 0x3478CA) is known color: Curious Blue. HEX triplet: 34, 78 and CA. RGB value is (52,120,202). Sum of RGB (Red+Green+Blue) = 52+120+202=374 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.90% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #3478CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3478CA is #CB8735. Grayscale: #6C6C6C. Windows color (decimal): -13338422 or 13269044. OLE color: 13269044.

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

Color convert

RGB 52 120 202 -
CMYK 0.74 0.41 0 0.21
HSL 212.8º 0.59% 0.5% -
HSV(B) 212.8º 0.74% 0.79% -
XYZ 18.79 18.43 58.44 -
YUV 109.02 180.47 87.33 -
System Red Green Blue C M Y K H S L
Decimal 52 120 202 0.74 0.41 0 0.21 212.8 0.59 0.5
Hex 34 78 CA 4A 29 0 15 D5 3B 32
Octal 64 170 312 112 51 0 25 325 73 62
Binary 110100 1111000 11001010 1001010 101001 0 10101 11010101 111011 110010

Color Harmonies of #3478CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3478CA

Black with #3478CA

Text Example


Text Example

White with #3478CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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