Html Css Color HEX #283A61 Catalina Blue

📋 copy color: '#283A61'

red 40 ◦ green 58 ◦ blue 97

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

Shades of Catalina Blue #283A61

Tints of Catalina Blue #283A61

RGB

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

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

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

R = 20.51%
G = 29.74%
B = 49.74%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#283A61 (or 0x283A61) is known color: Catalina Blue. HEX triplet: 28, 3A and 61. RGB value is (40,58,97). Sum of RGB (Red+Green+Blue) = 40+58+97=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #283A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283A61 is #D7C59E. Grayscale: #383838. Windows color (decimal): -14140831 or 6371880. OLE color: 6371880.

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

Color convert

RGB 40 58 97 -
CMYK 0.59 0.40 0 0.62
HSL 221.05º 0.42% 0.27% -
HSV(B) 221.05º 0.59% 0.38% -
XYZ 4.55 4.34 11.91 -
YUV 57.06 150.54 115.83 -
System Red Green Blue C M Y K H S L
Decimal 40 58 97 0.59 0.40 0 0.62 221.05 0.42 0.27
Hex 28 3A 61 3B 28 0 3E DD 2A 1B
Octal 50 72 141 73 50 0 76 335 52 33
Binary 101000 111010 1100001 111011 101000 0 111110 11011101 101010 11011

Color Harmonies of #283A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283A61

Black with #283A61

Text Example


Text Example

White with #283A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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