Html Css Color HEX #3A4E5C Cello

📋 copy color: '#3A4E5C'

red 58 ◦ green 78 ◦ blue 92

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

Shades of Cello #3A4E5C

Tints of Cello #3A4E5C

RGB

 RED value IS 58 (23.05% from 255) = 25.44%

 GREEN value IS 78 (30.86% from 255) = 34.21%

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

R = 25.44%
G = 34.21%
B = 40.35%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3A4E5C (or 0x3A4E5C) is known color: Cello. HEX triplet: 3A, 4E and 5C. RGB value is (58,78,92). Sum of RGB (Red+Green+Blue) = 58+78+92=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 92 - color contains mainly: blue. Hex color #3A4E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A4E5C is #C5B1A3. Grayscale: #494949. Windows color (decimal): -12956068 or 6049338. OLE color: 6049338.

HSL color Cylindrical-coordinate representation of color #3A4E5C: hue angle of 204.71º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A4E5C is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 58 78 92 -
CMYK 0.37 0.15 0 0.64
HSL 204.71º 0.23% 0.29% -
HSV(B) 204.71º 0.37% 0.36% -
XYZ 6.4 7.12 11.16 -
YUV 73.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 58 78 92 0.37 0.15 0 0.64 204.71 0.23 0.29
Hex 3A 4E 5C 25 F 0 40 CD 17 1D
Octal 72 116 134 45 17 0 100 315 27 35
Binary 111010 1001110 1011100 100101 1111 0 1000000 11001101 10111 11101

Color Harmonies of #3A4E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4E5C

Black with #3A4E5C

Text Example


Text Example

White with #3A4E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A4E5C; }

 p { color: rgb(58,78,92); }

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

background-color css

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

 a { background-color: rgb(58,78,92); }

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

border-color css

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

 span { border-color: rgb(58,78,92); }

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