Html Css Color HEX #3672BE Curious Blue

📋 copy color: '#3672BE'

red 54 ◦ green 114 ◦ blue 190

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

Shades of Curious Blue #3672BE

Tints of Curious Blue #3672BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.84%

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

R = 15.08%
G = 31.84%
B = 53.07%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3672BE (or 0x3672BE) is known color: Curious Blue. HEX triplet: 36, 72 and BE. RGB value is (54,114,190). Sum of RGB (Red+Green+Blue) = 54+114+190=358 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.08% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #3672BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3672BE is #C98D41. Grayscale: #686868. Windows color (decimal): -13208898 or 12481078. OLE color: 12481078.

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

Color convert

RGB 54 114 190 -
CMYK 0.72 0.40 0 0.25
HSL 213.53º 0.56% 0.48% -
HSV(B) 213.53º 0.72% 0.75% -
XYZ 16.83 16.54 51.02 -
YUV 104.72 176.12 91.82 -
System Red Green Blue C M Y K H S L
Decimal 54 114 190 0.72 0.40 0 0.25 213.53 0.56 0.48
Hex 36 72 BE 48 28 0 19 D6 38 30
Octal 66 162 276 110 50 0 31 326 70 60
Binary 110110 1110010 10111110 1001000 101000 0 11001 11010110 111000 110000

Color Harmonies of #3672BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3672BE

Black with #3672BE

Text Example


Text Example

White with #3672BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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