Html Css Color HEX #367ACC Curious Blue

📋 copy color: '#367ACC'

red 54 ◦ green 122 ◦ blue 204

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

Shades of Curious Blue #367ACC

Tints of Curious Blue #367ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.68%

R = 14.21%
G = 32.11%
B = 53.68%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#367ACC (or 0x367ACC) is known color: Curious Blue. HEX triplet: 36, 7A and CC. RGB value is (54,122,204). Sum of RGB (Red+Green+Blue) = 54+122+204=380 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.21% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #367ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367ACC is #C98533. Grayscale: #6E6E6E. Windows color (decimal): -13206836 or 13400630. OLE color: 13400630.

HSL color Cylindrical-coordinate representation of color #367ACC: hue angle of 212.8º 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 #367ACC is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 54 122 204 -
CMYK 0.74 0.40 0 0.2
HSL 212.8º 0.6% 0.51% -
HSV(B) 212.8º 0.74% 0.8% -
XYZ 19.38 19.06 59.78 -
YUV 111.02 180.47 87.33 -
System Red Green Blue C M Y K H S L
Decimal 54 122 204 0.74 0.40 0 0.2 212.8 0.6 0.51
Hex 36 7A CC 4A 28 0 14 D5 3C 33
Octal 66 172 314 112 50 0 24 325 74 63
Binary 110110 1111010 11001100 1001010 101000 0 10100 11010101 111100 110011

Color Harmonies of #367ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367ACC

Black with #367ACC

Text Example


Text Example

White with #367ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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