Html Css Color HEX #283A60 Catalina Blue

📋 copy color: '#283A60'

red 40 ◦ green 58 ◦ blue 96

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

Shades of Catalina Blue #283A60

Tints of Catalina Blue #283A60

RGB

 RED value IS 40 (16.02% from 255) = 20.62%

 GREEN value IS 58 (23.05% from 255) = 29.9%

 BLUE value IS 96 (37.89% from 255) = 49.48%

R = 20.62%
G = 29.9%
B = 49.48%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#283A60 (or 0x283A60) is known color: Catalina Blue. HEX triplet: 28, 3A and 60. RGB value is (40,58,96). Sum of RGB (Red+Green+Blue) = 40+58+96=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #283A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283A60 is #D7C59F. Grayscale: #383838. Windows color (decimal): -14140832 or 6306344. OLE color: 6306344.

HSL color Cylindrical-coordinate representation of color #283A60: hue angle of 220.71º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #283A60 is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 40 58 96 -
CMYK 0.58 0.40 0 0.62
HSL 220.71º 0.41% 0.27% -
HSV(B) 220.71º 0.58% 0.38% -
XYZ 4.5 4.32 11.66 -
YUV 56.95 150.04 115.91 -
System Red Green Blue C M Y K H S L
Decimal 40 58 96 0.58 0.40 0 0.62 220.71 0.41 0.27
Hex 28 3A 60 3A 28 0 3E DD 29 1B
Octal 50 72 140 72 50 0 76 335 51 33
Binary 101000 111010 1100000 111010 101000 0 111110 11011101 101001 11011

Color Harmonies of #283A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283A60

Black with #283A60

Text Example


Text Example

White with #283A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283A60; }

 p { color: rgb(40,58,96); }

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

background-color css

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

 a { background-color: rgb(40,58,96); }

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

border-color css

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

 span { border-color: rgb(40,58,96); }

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