Html Css Color HEX #3674BA Curious Blue

📋 copy color: '#3674BA'

red 54 ◦ green 116 ◦ blue 186

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

Shades of Curious Blue #3674BA

Tints of Curious Blue #3674BA

RGB

 RED value IS 54 (21.48% from 255) = 15.17%

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

 BLUE value IS 186 (73.05% from 255) = 52.25%

R = 15.17%
G = 32.58%
B = 52.25%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3674BA (or 0x3674BA) is known color: Curious Blue. HEX triplet: 36, 74 and BA. RGB value is (54,116,186). Sum of RGB (Red+Green+Blue) = 54+116+186=356 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.17% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #3674BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3674BA is #C98B45. Grayscale: #696969. Windows color (decimal): -13208390 or 12219446. OLE color: 12219446.

HSL color Cylindrical-coordinate representation of color #3674BA: hue angle of 211.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3674BA is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 116 186 -
CMYK 0.71 0.38 0 0.27
HSL 211.82º 0.55% 0.47% -
HSV(B) 211.82º 0.71% 0.73% -
XYZ 16.63 16.82 48.82 -
YUV 105.44 173.46 91.31 -
System Red Green Blue C M Y K H S L
Decimal 54 116 186 0.71 0.38 0 0.27 211.82 0.55 0.47
Hex 36 74 BA 47 26 0 1B D4 37 2F
Octal 66 164 272 107 46 0 33 324 67 57
Binary 110110 1110100 10111010 1000111 100110 0 11011 11010100 110111 101111

Color Harmonies of #3674BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3674BA

Black with #3674BA

Text Example


Text Example

White with #3674BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3674BA; }

 p { color: rgb(54,116,186); }

 H1.HeaderClassName
 {
   color: #3674BA;
 }
 .AnyTagClassName
 {
   color: #3674BA;
 }
</style>

background-color css

<style>
 a { background-color: #3674BA; }

 a { background-color: rgb(54,116,186); }

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

border-color css

<style>
 span { border-color: #3674BA; }

 span { border-color: rgb(54,116,186); }

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