Html Css Color HEX #367ED1 Curious Blue

📋 copy color: '#367ED1'

red 54 ◦ green 126 ◦ blue 209

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

Shades of Curious Blue #367ED1

Tints of Curious Blue #367ED1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.39%

 BLUE value IS 209 (82.03% from 255) = 53.73%

R = 13.88%
G = 32.39%
B = 53.73%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#367ED1 (or 0x367ED1) is known color: Curious Blue. HEX triplet: 36, 7E and D1. RGB value is (54,126,209). Sum of RGB (Red+Green+Blue) = 54+126+209=389 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.88% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 209 (82.03% from 255 or 53.73% from 389); Max value from RGB is 209 - color contains mainly: blue. Hex color #367ED1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367ED1 is #C9812E. Grayscale: #717171. Windows color (decimal): -13205807 or 13729334. OLE color: 13729334.

HSL color Cylindrical-coordinate representation of color #367ED1: hue angle of 212.13º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #367ED1 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 54 126 209 -
CMYK 0.74 0.40 0 0.18
HSL 212.13º 0.63% 0.52% -
HSV(B) 212.13º 0.74% 0.82% -
XYZ 20.49 20.31 63.16 -
YUV 113.93 181.65 85.25 -
System Red Green Blue C M Y K H S L
Decimal 54 126 209 0.74 0.40 0 0.18 212.13 0.63 0.52
Hex 36 7E D1 4A 28 0 12 D4 3F 34
Octal 66 176 321 112 50 0 22 324 77 64
Binary 110110 1111110 11010001 1001010 101000 0 10010 11010100 111111 110100

Color Harmonies of #367ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367ED1

Black with #367ED1

Text Example


Text Example

White with #367ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367ED1; }

 p { color: rgb(54,126,209); }

 H1.HeaderClassName
 {
   color: #367ED1;
 }
 .AnyTagClassName
 {
   color: #367ED1;
 }
</style>

background-color css

<style>
 a { background-color: #367ED1; }

 a { background-color: rgb(54,126,209); }

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

border-color css

<style>
 span { border-color: #367ED1; }

 span { border-color: rgb(54,126,209); }

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