Html Css Color HEX #38555C Casal

📋 copy color: '#38555C'

red 56 ◦ green 85 ◦ blue 92

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

Shades of Casal #38555C

Tints of Casal #38555C

RGB

 RED value IS 56 (22.27% from 255) = 24.03%

 GREEN value IS 85 (33.59% from 255) = 36.48%

 BLUE value IS 92 (36.33% from 255) = 39.48%

R = 24.03%
G = 36.48%
B = 39.48%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38555C (or 0x38555C) is known color: Casal. HEX triplet: 38, 55 and 5C. RGB value is (56,85,92). Sum of RGB (Red+Green+Blue) = 56+85+92=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 92 - color contains mainly: blue. Hex color #38555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38555C is #C7AAA3. Grayscale: #4D4D4D. Windows color (decimal): -13085348 or 6051128. OLE color: 6051128.

HSL color Cylindrical-coordinate representation of color #38555C: hue angle of 191.67º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #38555C is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 85 92 -
CMYK 0.39 0.08 0 0.64
HSL 191.67º 0.24% 0.29% -
HSV(B) 191.67º 0.39% 0.36% -
XYZ 6.81 8.11 11.33 -
YUV 77.13 136.39 112.93 -
System Red Green Blue C M Y K H S L
Decimal 56 85 92 0.39 0.08 0 0.64 191.67 0.24 0.29
Hex 38 55 5C 27 8 0 40 C0 18 1D
Octal 70 125 134 47 10 0 100 300 30 35
Binary 111000 1010101 1011100 100111 1000 0 1000000 11000000 11000 11101

Color Harmonies of #38555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38555C

Black with #38555C

Text Example


Text Example

White with #38555C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38555C; }

 p { color: rgb(56,85,92); }

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

background-color css

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

 a { background-color: rgb(56,85,92); }

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

border-color css

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

 span { border-color: rgb(56,85,92); }

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