Html Css Color HEX #365863 Casal

📋 copy color: '#365863'

red 54 ◦ green 88 ◦ blue 99

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

Shades of Casal #365863

Tints of Casal #365863

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.51%

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

R = 22.41%
G = 36.51%
B = 41.08%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#365863 (or 0x365863) is known color: Casal. HEX triplet: 36, 58 and 63. RGB value is (54,88,99). Sum of RGB (Red+Green+Blue) = 54+88+99=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 99 - color contains mainly: blue. Hex color #365863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365863 is #C9A79C. Grayscale: #4F4F4F. Windows color (decimal): -13215645 or 6510646. OLE color: 6510646.

HSL color Cylindrical-coordinate representation of color #365863: hue angle of 194.67º 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 #365863 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 54 88 99 -
CMYK 0.45 0.11 0 0.61
HSL 194.67º 0.29% 0.3% -
HSV(B) 194.67º 0.45% 0.39% -
XYZ 7.26 8.66 13.09 -
YUV 79.09 139.24 110.11 -
System Red Green Blue C M Y K H S L
Decimal 54 88 99 0.45 0.11 0 0.61 194.67 0.29 0.3
Hex 36 58 63 2D B 0 3D C3 1D 1E
Octal 66 130 143 55 13 0 75 303 35 36
Binary 110110 1011000 1100011 101101 1011 0 111101 11000011 11101 11110

Color Harmonies of #365863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365863

Black with #365863

Text Example


Text Example

White with #365863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365863; }

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

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

background-color css

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

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

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

border-color css

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

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

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