Html Css Color HEX #367AC1 Curious Blue

📋 copy color: '#367AC1'

red 54 ◦ green 122 ◦ blue 193

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

Shades of Curious Blue #367AC1

Tints of Curious Blue #367AC1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.06%

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

R = 14.63%
G = 33.06%
B = 52.3%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#367AC1 (or 0x367AC1) is known color: Curious Blue. HEX triplet: 36, 7A and C1. RGB value is (54,122,193). Sum of RGB (Red+Green+Blue) = 54+122+193=369 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.63% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #367AC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367AC1 is #C9853E. Grayscale: #6D6D6D. Windows color (decimal): -13206847 or 12679734. OLE color: 12679734.

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

Color convert

RGB 54 122 193 -
CMYK 0.72 0.37 0 0.24
HSL 210.65º 0.56% 0.48% -
HSV(B) 210.65º 0.72% 0.76% -
XYZ 18.11 18.55 53.08 -
YUV 109.76 174.97 88.23 -
System Red Green Blue C M Y K H S L
Decimal 54 122 193 0.72 0.37 0 0.24 210.65 0.56 0.48
Hex 36 7A C1 48 25 0 18 D3 38 30
Octal 66 172 301 110 45 0 30 323 70 60
Binary 110110 1111010 11000001 1001000 100101 0 11000 11010011 111000 110000

Color Harmonies of #367AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367AC1

Black with #367AC1

Text Example


Text Example

White with #367AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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