Html Css Color HEX #367CBE Curious Blue

📋 copy color: '#367CBE'

red 54 ◦ green 124 ◦ blue 190

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

Shades of Curious Blue #367CBE

Tints of Curious Blue #367CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.63%

R = 14.67%
G = 33.7%
B = 51.63%

CMYK

 C value IS 0.72

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#367CBE (or 0x367CBE) is known color: Curious Blue. HEX triplet: 36, 7C and BE. RGB value is (54,124,190). Sum of RGB (Red+Green+Blue) = 54+124+190=368 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.67% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #367CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367CBE is #C98341. Grayscale: #6E6E6E. Windows color (decimal): -13206338 or 12483638. OLE color: 12483638.

HSL color Cylindrical-coordinate representation of color #367CBE: hue angle of 209.12º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #367CBE is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 54 124 190 -
CMYK 0.72 0.35 0 0.25
HSL 209.12º 0.56% 0.48% -
HSV(B) 209.12º 0.72% 0.75% -
XYZ 18.02 18.92 51.42 -
YUV 110.59 172.81 87.63 -
System Red Green Blue C M Y K H S L
Decimal 54 124 190 0.72 0.35 0 0.25 209.12 0.56 0.48
Hex 36 7C BE 48 23 0 19 D1 38 30
Octal 66 174 276 110 43 0 31 321 70 60
Binary 110110 1111100 10111110 1001000 100011 0 11001 11010001 111000 110000

Color Harmonies of #367CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367CBE

Black with #367CBE

Text Example


Text Example

White with #367CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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