Html Css Color HEX #365A62 Casal

📋 copy color: '#365A62'

red 54 ◦ green 90 ◦ blue 98

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

Shades of Casal #365A62

Tints of Casal #365A62

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.19%

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

R = 22.31%
G = 37.19%
B = 40.5%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#365A62 (or 0x365A62) is known color: Casal. HEX triplet: 36, 5A and 62. RGB value is (54,90,98). Sum of RGB (Red+Green+Blue) = 54+90+98=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 98 - color contains mainly: blue. Hex color #365A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A62 is #C9A59D. Grayscale: #505050. Windows color (decimal): -13215134 or 6445622. OLE color: 6445622.

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

Color convert

RGB 54 90 98 -
CMYK 0.45 0.08 0 0.62
HSL 190.91º 0.29% 0.3% -
HSV(B) 190.91º 0.45% 0.38% -
XYZ 7.38 8.98 12.9 -
YUV 80.15 138.07 109.35 -
System Red Green Blue C M Y K H S L
Decimal 54 90 98 0.45 0.08 0 0.62 190.91 0.29 0.3
Hex 36 5A 62 2D 8 0 3E BF 1D 1E
Octal 66 132 142 55 10 0 76 277 35 36
Binary 110110 1011010 1100010 101101 1000 0 111110 10111111 11101 11110

Color Harmonies of #365A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A62

Black with #365A62

Text Example


Text Example

White with #365A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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