Html Css Color HEX #3674BF Curious Blue

📋 copy color: '#3674BF'

red 54 ◦ green 116 ◦ blue 191

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

Shades of Curious Blue #3674BF

Tints of Curious Blue #3674BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.91%

R = 14.96%
G = 32.13%
B = 52.91%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3674BF (or 0x3674BF) is known color: Curious Blue. HEX triplet: 36, 74 and BF. RGB value is (54,116,191). Sum of RGB (Red+Green+Blue) = 54+116+191=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #3674BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3674BF is #C98B40. Grayscale: #696969. Windows color (decimal): -13208385 or 12547126. OLE color: 12547126.

HSL color Cylindrical-coordinate representation of color #3674BF: hue angle of 212.85º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3674BF is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 54 116 191 -
CMYK 0.72 0.39 0 0.25
HSL 212.85º 0.56% 0.48% -
HSV(B) 212.85º 0.72% 0.75% -
XYZ 17.17 17.04 51.67 -
YUV 106.01 175.96 90.9 -
System Red Green Blue C M Y K H S L
Decimal 54 116 191 0.72 0.39 0 0.25 212.85 0.56 0.48
Hex 36 74 BF 48 27 0 19 D5 38 30
Octal 66 164 277 110 47 0 31 325 70 60
Binary 110110 1110100 10111111 1001000 100111 0 11001 11010101 111000 110000

Color Harmonies of #3674BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3674BF

Black with #3674BF

Text Example


Text Example

White with #3674BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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