Html Css Color HEX #3670BD Curious Blue

📋 copy color: '#3670BD'

red 54 ◦ green 112 ◦ blue 189

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

Shades of Curious Blue #3670BD

Tints of Curious Blue #3670BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.24%

R = 15.21%
G = 31.55%
B = 53.24%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3670BD (or 0x3670BD) is known color: Curious Blue. HEX triplet: 36, 70 and BD. RGB value is (54,112,189). Sum of RGB (Red+Green+Blue) = 54+112+189=355 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.21% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #3670BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3670BD is #C98F42. Grayscale: #676767. Windows color (decimal): -13209411 or 12415030. OLE color: 12415030.

HSL color Cylindrical-coordinate representation of color #3670BD: hue angle of 214.22º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3670BD is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 54 112 189 -
CMYK 0.71 0.41 0 0.26
HSL 214.22º 0.56% 0.48% -
HSV(B) 214.22º 0.71% 0.74% -
XYZ 16.5 16.05 50.37 -
YUV 103.44 176.28 92.74 -
System Red Green Blue C M Y K H S L
Decimal 54 112 189 0.71 0.41 0 0.26 214.22 0.56 0.48
Hex 36 70 BD 47 29 0 1A D6 38 30
Octal 66 160 275 107 51 0 32 326 70 60
Binary 110110 1110000 10111101 1000111 101001 0 11010 11010110 111000 110000

Color Harmonies of #3670BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3670BD

Black with #3670BD

Text Example


Text Example

White with #3670BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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