Html Css Color HEX #3478BD Curious Blue

📋 copy color: '#3478BD'

red 52 ◦ green 120 ◦ blue 189

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

Shades of Curious Blue #3478BD

Tints of Curious Blue #3478BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.35%

R = 14.4%
G = 33.24%
B = 52.35%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3478BD (or 0x3478BD) is known color: Curious Blue. HEX triplet: 34, 78 and BD. RGB value is (52,120,189). Sum of RGB (Red+Green+Blue) = 52+120+189=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #3478BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3478BD is #CB8742. Grayscale: #6B6B6B. Windows color (decimal): -13338435 or 12417076. OLE color: 12417076.

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

Color convert

RGB 52 120 189 -
CMYK 0.72 0.37 0 0.26
HSL 210.22º 0.57% 0.47% -
HSV(B) 210.22º 0.72% 0.74% -
XYZ 17.32 17.84 50.67 -
YUV 107.53 173.97 88.39 -
System Red Green Blue C M Y K H S L
Decimal 52 120 189 0.72 0.37 0 0.26 210.22 0.57 0.47
Hex 34 78 BD 48 25 0 1A D2 39 2F
Octal 64 170 275 110 45 0 32 322 71 57
Binary 110100 1111000 10111101 1001000 100101 0 11010 11010010 111001 101111

Color Harmonies of #3478BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3478BD

Black with #3478BD

Text Example


Text Example

White with #3478BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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