Html Css Color HEX #3670BA Curious Blue

📋 copy color: '#3670BA'

red 54 ◦ green 112 ◦ blue 186

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

Shades of Curious Blue #3670BA

Tints of Curious Blue #3670BA

RGB

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

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

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

R = 15.34%
G = 31.82%
B = 52.84%

CMYK

 C value IS 0.71

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3670BA (or 0x3670BA) is known color: Curious Blue. HEX triplet: 36, 70 and BA. RGB value is (54,112,186). Sum of RGB (Red+Green+Blue) = 54+112+186=352 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.34% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #3670BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3670BA is #C98F45. Grayscale: #666666. Windows color (decimal): -13209414 or 12218422. OLE color: 12218422.

HSL color Cylindrical-coordinate representation of color #3670BA: hue angle of 213.64º 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 #3670BA is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 112 186 -
CMYK 0.71 0.40 0 0.27
HSL 213.64º 0.55% 0.47% -
HSV(B) 213.64º 0.71% 0.73% -
XYZ 16.18 15.92 48.67 -
YUV 103.09 174.78 92.98 -
System Red Green Blue C M Y K H S L
Decimal 54 112 186 0.71 0.40 0 0.27 213.64 0.55 0.47
Hex 36 70 BA 47 28 0 1B D6 37 2F
Octal 66 160 272 107 50 0 33 326 67 57
Binary 110110 1110000 10111010 1000111 101000 0 11011 11010110 110111 101111

Color Harmonies of #3670BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3670BA

Black with #3670BA

Text Example


Text Example

White with #3670BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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