Html Css Color HEX #283C61 Catalina Blue

📋 copy color: '#283C61'

red 40 ◦ green 60 ◦ blue 97

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

Shades of Catalina Blue #283C61

Tints of Catalina Blue #283C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 49.24%

R = 20.3%
G = 30.46%
B = 49.24%

CMYK

 C value IS 0.59

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#283C61 (or 0x283C61) is known color: Catalina Blue. HEX triplet: 28, 3C and 61. RGB value is (40,60,97). Sum of RGB (Red+Green+Blue) = 40+60+97=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #283C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283C61 is #D7C39E. Grayscale: #3A3A3A. Windows color (decimal): -14140319 or 6372392. OLE color: 6372392.

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

Color convert

RGB 40 60 97 -
CMYK 0.59 0.38 0 0.62
HSL 218.95º 0.42% 0.27% -
HSV(B) 218.95º 0.59% 0.38% -
XYZ 4.65 4.55 11.94 -
YUV 58.24 149.87 114.99 -
System Red Green Blue C M Y K H S L
Decimal 40 60 97 0.59 0.38 0 0.62 218.95 0.42 0.27
Hex 28 3C 61 3B 26 0 3E DB 2A 1B
Octal 50 74 141 73 46 0 76 333 52 33
Binary 101000 111100 1100001 111011 100110 0 111110 11011011 101010 11011

Color Harmonies of #283C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283C61

Black with #283C61

Text Example


Text Example

White with #283C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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