Html Css Color HEX #367EC1 Curious Blue

📋 copy color: '#367EC1'

red 54 ◦ green 126 ◦ blue 193

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

Shades of Curious Blue #367EC1

Tints of Curious Blue #367EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 51.74%

R = 14.48%
G = 33.78%
B = 51.74%

CMYK

 C value IS 0.72

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#367EC1 (or 0x367EC1) is known color: Curious Blue. HEX triplet: 36, 7E and C1. RGB value is (54,126,193). Sum of RGB (Red+Green+Blue) = 54+126+193=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #367EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367EC1 is #C9813E. Grayscale: #6F6F6F. Windows color (decimal): -13205823 or 12680758. OLE color: 12680758.

HSL color Cylindrical-coordinate representation of color #367EC1: hue angle of 208.92º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #367EC1 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 54 126 193 -
CMYK 0.72 0.35 0 0.24
HSL 208.92º 0.56% 0.48% -
HSV(B) 208.92º 0.72% 0.76% -
XYZ 18.61 19.56 53.25 -
YUV 112.11 173.65 86.55 -
System Red Green Blue C M Y K H S L
Decimal 54 126 193 0.72 0.35 0 0.24 208.92 0.56 0.48
Hex 36 7E C1 48 23 0 18 D1 38 30
Octal 66 176 301 110 43 0 30 321 70 60
Binary 110110 1111110 11000001 1001000 100011 0 11000 11010001 111000 110000

Color Harmonies of #367EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367EC1

Black with #367EC1

Text Example


Text Example

White with #367EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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