Html Css Color HEX #283C60 Catalina Blue

📋 copy color: '#283C60'

red 40 ◦ green 60 ◦ blue 96

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

Shades of Catalina Blue #283C60

Tints of Catalina Blue #283C60

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.61%

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

R = 20.41%
G = 30.61%
B = 48.98%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#283C60 (or 0x283C60) is known color: Catalina Blue. HEX triplet: 28, 3C and 60. RGB value is (40,60,96). Sum of RGB (Red+Green+Blue) = 40+60+96=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #283C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283C60 is #D7C39F. Grayscale: #393939. Windows color (decimal): -14140320 or 6306856. OLE color: 6306856.

HSL color Cylindrical-coordinate representation of color #283C60: hue angle of 218.57º 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 #283C60 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 40 60 96 -
CMYK 0.58 0.38 0 0.62
HSL 218.57º 0.41% 0.27% -
HSV(B) 218.57º 0.58% 0.38% -
XYZ 4.6 4.53 11.7 -
YUV 58.12 149.37 115.07 -
System Red Green Blue C M Y K H S L
Decimal 40 60 96 0.58 0.38 0 0.62 218.57 0.41 0.27
Hex 28 3C 60 3A 26 0 3E DB 29 1B
Octal 50 74 140 72 46 0 76 333 51 33
Binary 101000 111100 1100000 111010 100110 0 111110 11011011 101001 11011

Color Harmonies of #283C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283C60

Black with #283C60

Text Example


Text Example

White with #283C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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