Html Css Color HEX #367DCF Curious Blue

📋 copy color: '#367DCF'

red 54 ◦ green 125 ◦ blue 207

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

Shades of Curious Blue #367DCF

Tints of Curious Blue #367DCF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.38%

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

R = 13.99%
G = 32.38%
B = 53.63%

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

#367DCF (or 0x367DCF) is known color: Curious Blue. HEX triplet: 36, 7D and CF. RGB value is (54,125,207). Sum of RGB (Red+Green+Blue) = 54+125+207=386 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.99% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #367DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367DCF is #C98230. Grayscale: #707070. Windows color (decimal): -13206065 or 13598006. OLE color: 13598006.

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

Color convert

RGB 54 125 207 -
CMYK 0.74 0.40 0 0.19
HSL 212.16º 0.61% 0.51% -
HSV(B) 212.16º 0.74% 0.81% -
XYZ 20.12 19.96 61.82 -
YUV 113.12 180.98 85.83 -
System Red Green Blue C M Y K H S L
Decimal 54 125 207 0.74 0.40 0 0.19 212.16 0.61 0.51
Hex 36 7D CF 4A 28 0 13 D4 3D 33
Octal 66 175 317 112 50 0 23 324 75 63
Binary 110110 1111101 11001111 1001010 101000 0 10011 11010100 111101 110011

Color Harmonies of #367DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367DCF

Black with #367DCF

Text Example


Text Example

White with #367DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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