Html Css Color HEX #3670BB Curious Blue

📋 copy color: '#3670BB'

red 54 ◦ green 112 ◦ blue 187

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

Shades of Curious Blue #3670BB

Tints of Curious Blue #3670BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.97%

R = 15.3%
G = 31.73%
B = 52.97%

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

#3670BB (or 0x3670BB) is known color: Curious Blue. HEX triplet: 36, 70 and BB. RGB value is (54,112,187). Sum of RGB (Red+Green+Blue) = 54+112+187=353 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.30% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #3670BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3670BB is #C98F44. Grayscale: #666666. Windows color (decimal): -13209413 or 12283958. OLE color: 12283958.

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

Color convert

RGB 54 112 187 -
CMYK 0.71 0.40 0 0.27
HSL 213.83º 0.55% 0.47% -
HSV(B) 213.83º 0.71% 0.73% -
XYZ 16.29 15.96 49.24 -
YUV 103.21 175.28 92.9 -
System Red Green Blue C M Y K H S L
Decimal 54 112 187 0.71 0.40 0 0.27 213.83 0.55 0.47
Hex 36 70 BB 47 28 0 1B D6 37 2F
Octal 66 160 273 107 50 0 33 326 67 57
Binary 110110 1110000 10111011 1000111 101000 0 11011 11010110 110111 101111

Color Harmonies of #3670BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3670BB

Black with #3670BB

Text Example


Text Example

White with #3670BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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