Html Css Color HEX #367ACD Curious Blue

📋 copy color: '#367ACD'

red 54 ◦ green 122 ◦ blue 205

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

Shades of Curious Blue #367ACD

Tints of Curious Blue #367ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.81%

R = 14.17%
G = 32.02%
B = 53.81%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#367ACD (or 0x367ACD) is known color: Curious Blue. HEX triplet: 36, 7A and CD. RGB value is (54,122,205). Sum of RGB (Red+Green+Blue) = 54+122+205=381 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.17% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #367ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367ACD is #C98532. Grayscale: #6E6E6E. Windows color (decimal): -13206835 or 13466166. OLE color: 13466166.

HSL color Cylindrical-coordinate representation of color #367ACD: hue angle of 212.98º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #367ACD is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 122 205 -
CMYK 0.74 0.40 0 0.20
HSL 212.98º 0.6% 0.51% -
HSV(B) 212.98º 0.74% 0.8% -
XYZ 19.5 19.11 60.42 -
YUV 111.13 180.97 87.25 -
System Red Green Blue C M Y K H S L
Decimal 54 122 205 0.74 0.40 0 0.20 212.98 0.6 0.51
Hex 36 7A CD 4A 28 0 14 D5 3C 33
Octal 66 172 315 112 50 0 24 325 74 63
Binary 110110 1111010 11001101 1001010 101000 0 10100 11010101 111100 110011

Color Harmonies of #367ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367ACD

Black with #367ACD

Text Example


Text Example

White with #367ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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