Html Css Color HEX #365C63 Casal

📋 copy color: '#365C63'

red 54 ◦ green 92 ◦ blue 99

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

Shades of Casal #365C63

Tints of Casal #365C63

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.55%

 BLUE value IS 99 (39.06% from 255) = 40.41%

R = 22.04%
G = 37.55%
B = 40.41%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#365C63 (or 0x365C63) is known color: Casal. HEX triplet: 36, 5C and 63. RGB value is (54,92,99). Sum of RGB (Red+Green+Blue) = 54+92+99=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 99 - color contains mainly: blue. Hex color #365C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365C63 is #C9A39C. Grayscale: #515151. Windows color (decimal): -13214621 or 6511670. OLE color: 6511670.

HSL color Cylindrical-coordinate representation of color #365C63: hue angle of 189.33º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #365C63 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 54 92 99 -
CMYK 0.45 0.07 0 0.61
HSL 189.33º 0.29% 0.3% -
HSV(B) 189.33º 0.45% 0.39% -
XYZ 7.6 9.34 13.21 -
YUV 81.44 137.91 108.43 -
System Red Green Blue C M Y K H S L
Decimal 54 92 99 0.45 0.07 0 0.61 189.33 0.29 0.3
Hex 36 5C 63 2D 7 0 3D BD 1D 1E
Octal 66 134 143 55 7 0 75 275 35 36
Binary 110110 1011100 1100011 101101 111 0 111101 10111101 11101 11110

Color Harmonies of #365C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365C63

Black with #365C63

Text Example


Text Example

White with #365C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365C63; }

 p { color: rgb(54,92,99); }

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

background-color css

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

 a { background-color: rgb(54,92,99); }

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

border-color css

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

 span { border-color: rgb(54,92,99); }

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