Html Css Color HEX #3670BE Curious Blue

📋 copy color: '#3670BE'

red 54 ◦ green 112 ◦ blue 190

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

Shades of Curious Blue #3670BE

Tints of Curious Blue #3670BE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.46%

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

R = 15.17%
G = 31.46%
B = 53.37%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3670BE (or 0x3670BE) is known color: Curious Blue. HEX triplet: 36, 70 and BE. RGB value is (54,112,190). Sum of RGB (Red+Green+Blue) = 54+112+190=356 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.17% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #3670BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3670BE is #C98F41. Grayscale: #676767. Windows color (decimal): -13209410 or 12480566. OLE color: 12480566.

HSL color Cylindrical-coordinate representation of color #3670BE: hue angle of 214.41º 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 #3670BE is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 54 112 190 -
CMYK 0.72 0.41 0 0.25
HSL 214.41º 0.56% 0.48% -
HSV(B) 214.41º 0.72% 0.75% -
XYZ 16.61 16.09 50.95 -
YUV 103.55 176.78 92.66 -
System Red Green Blue C M Y K H S L
Decimal 54 112 190 0.72 0.41 0 0.25 214.41 0.56 0.48
Hex 36 70 BE 48 29 0 19 D6 38 30
Octal 66 160 276 110 51 0 31 326 70 60
Binary 110110 1110000 10111110 1001000 101001 0 11001 11010110 111000 110000

Color Harmonies of #3670BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3670BE

Black with #3670BE

Text Example


Text Example

White with #3670BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,112,190); }

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

background-color css

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

 a { background-color: rgb(54,112,190); }

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

border-color css

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

 span { border-color: rgb(54,112,190); }

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