Html Css Color HEX #283A5E Catalina Blue

📋 copy color: '#283A5E'

red 40 ◦ green 58 ◦ blue 94

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

Shades of Catalina Blue #283A5E

Tints of Catalina Blue #283A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 48.96%

R = 20.83%
G = 30.21%
B = 48.96%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#283A5E (or 0x283A5E) is known color: Catalina Blue. HEX triplet: 28, 3A and 5E. RGB value is (40,58,94). Sum of RGB (Red+Green+Blue) = 40+58+94=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 94 (37.11% from 255 or 48.96% from 192); Max value from RGB is 94 - color contains mainly: blue. Hex color #283A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283A5E is #D7C5A1. Grayscale: #383838. Windows color (decimal): -14140834 or 6175272. OLE color: 6175272.

HSL color Cylindrical-coordinate representation of color #283A5E: hue angle of 220º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #283A5E is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 58 94 -
CMYK 0.57 0.38 0 0.63
HSL 220º 0.4% 0.26% -
HSV(B) 220º 0.57% 0.37% -
XYZ 4.41 4.29 11.18 -
YUV 56.72 149.04 116.07 -
System Red Green Blue C M Y K H S L
Decimal 40 58 94 0.57 0.38 0 0.63 220 0.4 0.26
Hex 28 3A 5E 39 26 0 3F DC 28 1A
Octal 50 72 136 71 46 0 77 334 50 32
Binary 101000 111010 1011110 111001 100110 0 111111 11011100 101000 11010

Color Harmonies of #283A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283A5E

Black with #283A5E

Text Example


Text Example

White with #283A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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