Html Css Color HEX #367CCF Curious Blue

📋 copy color: '#367CCF'

red 54 ◦ green 124 ◦ blue 207

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

Shades of Curious Blue #367CCF

Tints of Curious Blue #367CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.77%

R = 14.03%
G = 32.21%
B = 53.77%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#367CCF (or 0x367CCF) is known color: Curious Blue. HEX triplet: 36, 7C and CF. RGB value is (54,124,207). Sum of RGB (Red+Green+Blue) = 54+124+207=385 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.03% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #367CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367CCF is #C98330. Grayscale: #707070. Windows color (decimal): -13206321 or 13597750. OLE color: 13597750.

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

Color convert

RGB 54 124 207 -
CMYK 0.74 0.40 0 0.19
HSL 212.55º 0.61% 0.51% -
HSV(B) 212.55º 0.74% 0.81% -
XYZ 19.99 19.7 61.78 -
YUV 112.53 181.31 86.25 -
System Red Green Blue C M Y K H S L
Decimal 54 124 207 0.74 0.40 0 0.19 212.55 0.61 0.51
Hex 36 7C CF 4A 28 0 13 D5 3D 33
Octal 66 174 317 112 50 0 23 325 75 63
Binary 110110 1111100 11001111 1001010 101000 0 10011 11010101 111101 110011

Color Harmonies of #367CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367CCF

Black with #367CCF

Text Example


Text Example

White with #367CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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