Html Css Color HEX #3674C1 Curious Blue

📋 copy color: '#3674C1'

red 54 ◦ green 116 ◦ blue 193

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

Shades of Curious Blue #3674C1

Tints of Curious Blue #3674C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 53.17%

R = 14.88%
G = 31.96%
B = 53.17%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3674C1 (or 0x3674C1) is known color: Curious Blue. HEX triplet: 36, 74 and C1. RGB value is (54,116,193). Sum of RGB (Red+Green+Blue) = 54+116+193=363 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.88% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 193 (75.78% from 255 or 53.17% from 363); Max value from RGB is 193 - color contains mainly: blue. Hex color #3674C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3674C1 is #C98B3E. Grayscale: #696969. Windows color (decimal): -13208383 or 12678198. OLE color: 12678198.

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

Color convert

RGB 54 116 193 -
CMYK 0.72 0.40 0 0.24
HSL 213.24º 0.56% 0.48% -
HSV(B) 213.24º 0.72% 0.76% -
XYZ 17.39 17.13 52.84 -
YUV 106.24 176.96 90.74 -
System Red Green Blue C M Y K H S L
Decimal 54 116 193 0.72 0.40 0 0.24 213.24 0.56 0.48
Hex 36 74 C1 48 28 0 18 D5 38 30
Octal 66 164 301 110 50 0 30 325 70 60
Binary 110110 1110100 11000001 1001000 101000 0 11000 11010101 111000 110000

Color Harmonies of #3674C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3674C1

Black with #3674C1

Text Example


Text Example

White with #3674C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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