Html Css Color HEX #367A8C Calypso

📋 copy color: '#367A8C'

red 54 ◦ green 122 ◦ blue 140

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

Shades of Calypso #367A8C

Tints of Calypso #367A8C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.61%

 BLUE value IS 140 (55.08% from 255) = 44.3%

R = 17.09%
G = 38.61%
B = 44.3%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#367A8C (or 0x367A8C) is known color: Calypso. HEX triplet: 36, 7A and 8C. RGB value is (54,122,140). Sum of RGB (Red+Green+Blue) = 54+122+140=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #367A8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367A8C is #C98573. Grayscale: #676767. Windows color (decimal): -13206900 or 9206326. OLE color: 9206326.

HSL color Cylindrical-coordinate representation of color #367A8C: hue angle of 192.56º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #367A8C is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 122 140 -
CMYK 0.61 0.13 0 0.45
HSL 192.56º 0.44% 0.38% -
HSV(B) 192.56º 0.61% 0.55% -
XYZ 13.21 16.6 27.32 -
YUV 103.72 148.47 92.54 -
System Red Green Blue C M Y K H S L
Decimal 54 122 140 0.61 0.13 0 0.45 192.56 0.44 0.38
Hex 36 7A 8C 3D D 0 2D C1 2C 26
Octal 66 172 214 75 15 0 55 301 54 46
Binary 110110 1111010 10001100 111101 1101 0 101101 11000001 101100 100110

Color Harmonies of #367A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367A8C

Black with #367A8C

Text Example


Text Example

White with #367A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367A8C; }

 p { color: rgb(54,122,140); }

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

background-color css

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

 a { background-color: rgb(54,122,140); }

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

border-color css

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

 span { border-color: rgb(54,122,140); }

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