Html Css Color HEX #367B8B Calypso

📋 copy color: '#367B8B'

red 54 ◦ green 123 ◦ blue 139

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

Shades of Calypso #367B8B

Tints of Calypso #367B8B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.92%

 BLUE value IS 139 (54.69% from 255) = 43.99%

R = 17.09%
G = 38.92%
B = 43.99%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#367B8B (or 0x367B8B) is known color: Calypso. HEX triplet: 36, 7B and 8B. RGB value is (54,123,139). Sum of RGB (Red+Green+Blue) = 54+123+139=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #367B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367B8B is #C98474. Grayscale: #686868. Windows color (decimal): -13206645 or 9141046. OLE color: 9141046.

HSL color Cylindrical-coordinate representation of color #367B8B: hue angle of 191.29º 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 #367B8B is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 123 139 -
CMYK 0.61 0.12 0 0.45
HSL 191.29º 0.44% 0.38% -
HSV(B) 191.29º 0.61% 0.55% -
XYZ 13.26 16.81 26.97 -
YUV 104.19 147.64 92.2 -
System Red Green Blue C M Y K H S L
Decimal 54 123 139 0.61 0.12 0 0.45 191.29 0.44 0.38
Hex 36 7B 8B 3D C 0 2D BF 2C 26
Octal 66 173 213 75 14 0 55 277 54 46
Binary 110110 1111011 10001011 111101 1100 0 101101 10111111 101100 100110

Color Harmonies of #367B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367B8B

Black with #367B8B

Text Example


Text Example

White with #367B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,123,139); }

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

background-color css

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

 a { background-color: rgb(54,123,139); }

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

border-color css

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

 span { border-color: rgb(54,123,139); }

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