Html Css Color HEX #365662 Casal

📋 copy color: '#365662'

red 54 ◦ green 86 ◦ blue 98

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

Shades of Casal #365662

Tints of Casal #365662

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.13%

 BLUE value IS 98 (38.67% from 255) = 41.18%

R = 22.69%
G = 36.13%
B = 41.18%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#365662 (or 0x365662) is known color: Casal. HEX triplet: 36, 56 and 62. RGB value is (54,86,98). Sum of RGB (Red+Green+Blue) = 54+86+98=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 98 - color contains mainly: blue. Hex color #365662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365662 is #C9A99D. Grayscale: #4D4D4D. Windows color (decimal): -13216158 or 6444598. OLE color: 6444598.

HSL color Cylindrical-coordinate representation of color #365662: hue angle of 196.36º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #365662 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 86 98 -
CMYK 0.45 0.12 0 0.62
HSL 196.36º 0.29% 0.3% -
HSV(B) 196.36º 0.45% 0.38% -
XYZ 7.05 8.32 12.79 -
YUV 77.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 54 86 98 0.45 0.12 0 0.62 196.36 0.29 0.3
Hex 36 56 62 2D C 0 3E C4 1D 1E
Octal 66 126 142 55 14 0 76 304 35 36
Binary 110110 1010110 1100010 101101 1100 0 111110 11000100 11101 11110

Color Harmonies of #365662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365662

Black with #365662

Text Example


Text Example

White with #365662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365662; }

 p { color: rgb(54,86,98); }

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

background-color css

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

 a { background-color: rgb(54,86,98); }

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

border-color css

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

 span { border-color: rgb(54,86,98); }

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