Html Css Color HEX #367FC0 Curious Blue

📋 copy color: '#367FC0'

red 54 ◦ green 127 ◦ blue 192

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

Shades of Curious Blue #367FC0

Tints of Curious Blue #367FC0

RGB

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

 GREEN value IS 127 (50% from 255) = 34.05%

 BLUE value IS 192 (75.39% from 255) = 51.47%

R = 14.48%
G = 34.05%
B = 51.47%

CMYK

 C value IS 0.72

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#367FC0 (or 0x367FC0) is known color: Curious Blue. HEX triplet: 36, 7F and C0. RGB value is (54,127,192). Sum of RGB (Red+Green+Blue) = 54+127+192=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 192 (75.39% from 255 or 51.47% from 373); Max value from RGB is 192 - color contains mainly: blue. Hex color #367FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367FC0 is #C9803F. Grayscale: #707070. Windows color (decimal): -13205568 or 12615478. OLE color: 12615478.

HSL color Cylindrical-coordinate representation of color #367FC0: hue angle of 208.26º 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 #367FC0 is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 54 127 192 -
CMYK 0.72 0.34 0 0.25
HSL 208.26º 0.56% 0.48% -
HSV(B) 208.26º 0.72% 0.75% -
XYZ 18.63 19.77 52.7 -
YUV 112.58 172.82 86.21 -
System Red Green Blue C M Y K H S L
Decimal 54 127 192 0.72 0.34 0 0.25 208.26 0.56 0.48
Hex 36 7F C0 48 22 0 19 D0 38 30
Octal 66 177 300 110 42 0 31 320 70 60
Binary 110110 1111111 11000000 1001000 100010 0 11001 11010000 111000 110000

Color Harmonies of #367FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367FC0

Black with #367FC0

Text Example


Text Example

White with #367FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,127,192); }

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

background-color css

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

 a { background-color: rgb(54,127,192); }

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

border-color css

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

 span { border-color: rgb(54,127,192); }

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