Html Css Color HEX #366EC1 Curious Blue

📋 copy color: '#366EC1'

red 54 ◦ green 110 ◦ blue 193

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

Shades of Curious Blue #366EC1

Tints of Curious Blue #366EC1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.81%

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

R = 15.13%
G = 30.81%
B = 54.06%

CMYK

 C value IS 0.72

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#366EC1 (or 0x366EC1) is known color: Curious Blue. HEX triplet: 36, 6E and C1. RGB value is (54,110,193). Sum of RGB (Red+Green+Blue) = 54+110+193=357 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.13% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 193 (75.78% from 255 or 54.06% from 357); Max value from RGB is 193 - color contains mainly: blue. Hex color #366EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366EC1 is #C9913E. Grayscale: #666666. Windows color (decimal): -13209919 or 12676662. OLE color: 12676662.

HSL color Cylindrical-coordinate representation of color #366EC1: hue angle of 215.83º 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 #366EC1 is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 54 110 193 -
CMYK 0.72 0.43 0 0.24
HSL 215.83º 0.56% 0.48% -
HSV(B) 215.83º 0.72% 0.76% -
XYZ 16.72 15.79 52.62 -
YUV 102.72 178.95 93.25 -
System Red Green Blue C M Y K H S L
Decimal 54 110 193 0.72 0.43 0 0.24 215.83 0.56 0.48
Hex 36 6E C1 48 2B 0 18 D8 38 30
Octal 66 156 301 110 53 0 30 330 70 60
Binary 110110 1101110 11000001 1001000 101011 0 11000 11011000 111000 110000

Color Harmonies of #366EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366EC1

Black with #366EC1

Text Example


Text Example

White with #366EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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