Html Css Color HEX #367CBA Curious Blue

📋 copy color: '#367CBA'

red 54 ◦ green 124 ◦ blue 186

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

Shades of Curious Blue #367CBA

Tints of Curious Blue #367CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.07%

 BLUE value IS 186 (73.05% from 255) = 51.1%

R = 14.84%
G = 34.07%
B = 51.1%

CMYK

 C value IS 0.71

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#367CBA (or 0x367CBA) is known color: Curious Blue. HEX triplet: 36, 7C and BA. RGB value is (54,124,186). Sum of RGB (Red+Green+Blue) = 54+124+186=364 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.84% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #367CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367CBA is #C98345. Grayscale: #6D6D6D. Windows color (decimal): -13206342 or 12221494. OLE color: 12221494.

HSL color Cylindrical-coordinate representation of color #367CBA: hue angle of 208.18º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #367CBA is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 124 186 -
CMYK 0.71 0.33 0 0.27
HSL 208.18º 0.55% 0.47% -
HSV(B) 208.18º 0.71% 0.73% -
XYZ 17.59 18.74 49.15 -
YUV 110.14 170.81 87.96 -
System Red Green Blue C M Y K H S L
Decimal 54 124 186 0.71 0.33 0 0.27 208.18 0.55 0.47
Hex 36 7C BA 47 21 0 1B D0 37 2F
Octal 66 174 272 107 41 0 33 320 67 57
Binary 110110 1111100 10111010 1000111 100001 0 11011 11010000 110111 101111

Color Harmonies of #367CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367CBA

Black with #367CBA

Text Example


Text Example

White with #367CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,124,186); }

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

background-color css

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

 a { background-color: rgb(54,124,186); }

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

border-color css

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

 span { border-color: rgb(54,124,186); }

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