Html Css Color HEX #365862 Casal

📋 copy color: '#365862'

red 54 ◦ green 88 ◦ blue 98

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

Shades of Casal #365862

Tints of Casal #365862

RGB

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

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

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

R = 22.5%
G = 36.67%
B = 40.83%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#365862 (or 0x365862) is known color: Casal. HEX triplet: 36, 58 and 62. RGB value is (54,88,98). Sum of RGB (Red+Green+Blue) = 54+88+98=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 98 - color contains mainly: blue. Hex color #365862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365862 is #C9A79D. Grayscale: #4E4E4E. Windows color (decimal): -13215646 or 6445110. OLE color: 6445110.

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

Color convert

RGB 54 88 98 -
CMYK 0.45 0.10 0 0.62
HSL 193.64º 0.29% 0.3% -
HSV(B) 193.64º 0.45% 0.38% -
XYZ 7.22 8.65 12.84 -
YUV 78.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 54 88 98 0.45 0.10 0 0.62 193.64 0.29 0.3
Hex 36 58 62 2D A 0 3E C2 1D 1E
Octal 66 130 142 55 12 0 76 302 35 36
Binary 110110 1011000 1100010 101101 1010 0 111110 11000010 11101 11110

Color Harmonies of #365862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365862

Black with #365862

Text Example


Text Example

White with #365862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365862; }

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

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

background-color css

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

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

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

border-color css

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

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

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