Html Css Color HEX #367F8A Paradiso

📋 copy color: '#367F8A'

red 54 ◦ green 127 ◦ blue 138

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

Shades of Paradiso #367F8A

Tints of Paradiso #367F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.26%

R = 16.93%
G = 39.81%
B = 43.26%

CMYK

 C value IS 0.61

 M value IS 0.08

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#367F8A (or 0x367F8A) is known color: Paradiso. HEX triplet: 36, 7F and 8A. RGB value is (54,127,138). Sum of RGB (Red+Green+Blue) = 54+127+138=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #367F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367F8A is #C98075. Grayscale: #6A6A6A. Windows color (decimal): -13205622 or 9076534. OLE color: 9076534.

HSL color Cylindrical-coordinate representation of color #367F8A: hue angle of 187.86º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #367F8A is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 127 138 -
CMYK 0.61 0.08 0 0.46
HSL 187.86º 0.44% 0.38% -
HSV(B) 187.86º 0.61% 0.54% -
XYZ 13.7 17.8 26.76 -
YUV 106.43 145.82 90.61 -
System Red Green Blue C M Y K H S L
Decimal 54 127 138 0.61 0.08 0 0.46 187.86 0.44 0.38
Hex 36 7F 8A 3D 8 0 2E BC 2C 26
Octal 66 177 212 75 10 0 56 274 54 46
Binary 110110 1111111 10001010 111101 1000 0 101110 10111100 101100 100110

Color Harmonies of #367F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367F8A

Black with #367F8A

Text Example


Text Example

White with #367F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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