Html Css Color HEX #365469 Cello

📋 copy color: '#365469'

red 54 ◦ green 84 ◦ blue 105

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

Shades of Cello #365469

Tints of Cello #365469

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.57%

 BLUE value IS 105 (41.41% from 255) = 43.21%

R = 22.22%
G = 34.57%
B = 43.21%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#365469 (or 0x365469) is known color: Cello. HEX triplet: 36, 54 and 69. RGB value is (54,84,105). Sum of RGB (Red+Green+Blue) = 54+84+105=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 105 - color contains mainly: blue. Hex color #365469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365469 is #C9AB96. Grayscale: #4D4D4D. Windows color (decimal): -13216663 or 6902838. OLE color: 6902838.

HSL color Cylindrical-coordinate representation of color #365469: hue angle of 204.71º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #365469 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 84 105 -
CMYK 0.49 0.20 0 0.59
HSL 204.71º 0.32% 0.31% -
HSV(B) 204.71º 0.49% 0.41% -
XYZ 7.24 8.14 14.56 -
YUV 77.42 143.56 111.29 -
System Red Green Blue C M Y K H S L
Decimal 54 84 105 0.49 0.20 0 0.59 204.71 0.32 0.31
Hex 36 54 69 31 14 0 3B CD 20 1F
Octal 66 124 151 61 24 0 73 315 40 37
Binary 110110 1010100 1101001 110001 10100 0 111011 11001101 100000 11111

Color Harmonies of #365469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365469

Black with #365469

Text Example


Text Example

White with #365469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365469; }

 p { color: rgb(54,84,105); }

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

background-color css

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

 a { background-color: rgb(54,84,105); }

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

border-color css

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

 span { border-color: rgb(54,84,105); }

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