Html Css Color HEX #3478BE Curious Blue

📋 copy color: '#3478BE'

red 52 ◦ green 120 ◦ blue 190

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

Shades of Curious Blue #3478BE

Tints of Curious Blue #3478BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.49%

R = 14.36%
G = 33.15%
B = 52.49%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3478BE (or 0x3478BE) is known color: Curious Blue. HEX triplet: 34, 78 and BE. RGB value is (52,120,190). Sum of RGB (Red+Green+Blue) = 52+120+190=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #3478BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3478BE is #CB8741. Grayscale: #6B6B6B. Windows color (decimal): -13338434 or 12482612. OLE color: 12482612.

HSL color Cylindrical-coordinate representation of color #3478BE: hue angle of 210.43º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3478BE is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 120 190 -
CMYK 0.73 0.37 0 0.25
HSL 210.43º 0.57% 0.47% -
HSV(B) 210.43º 0.73% 0.75% -
XYZ 17.43 17.88 51.25 -
YUV 107.65 174.47 88.31 -
System Red Green Blue C M Y K H S L
Decimal 52 120 190 0.73 0.37 0 0.25 210.43 0.57 0.47
Hex 34 78 BE 49 25 0 19 D2 39 2F
Octal 64 170 276 111 45 0 31 322 71 57
Binary 110100 1111000 10111110 1001001 100101 0 11001 11010010 111001 101111

Color Harmonies of #3478BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3478BE

Black with #3478BE

Text Example


Text Example

White with #3478BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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