Html Css Color HEX #283E5D Catalina Blue

📋 copy color: '#283E5D'

red 40 ◦ green 62 ◦ blue 93

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

Shades of Catalina Blue #283E5D

Tints of Catalina Blue #283E5D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31.79%

 BLUE value IS 93 (36.72% from 255) = 47.69%

R = 20.51%
G = 31.79%
B = 47.69%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#283E5D (or 0x283E5D) is known color: Catalina Blue. HEX triplet: 28, 3E and 5D. RGB value is (40,62,93). Sum of RGB (Red+Green+Blue) = 40+62+93=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #283E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283E5D is #D7C1A2. Grayscale: #3A3A3A. Windows color (decimal): -14139811 or 6110760. OLE color: 6110760.

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

Color convert

RGB 40 62 93 -
CMYK 0.57 0.33 0 0.64
HSL 215.09º 0.4% 0.26% -
HSV(B) 215.09º 0.57% 0.36% -
XYZ 4.57 4.69 11.02 -
YUV 58.96 147.21 114.48 -
System Red Green Blue C M Y K H S L
Decimal 40 62 93 0.57 0.33 0 0.64 215.09 0.4 0.26
Hex 28 3E 5D 39 21 0 40 D7 28 1A
Octal 50 76 135 71 41 0 100 327 50 32
Binary 101000 111110 1011101 111001 100001 0 1000000 11010111 101000 11010

Color Harmonies of #283E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283E5D

Black with #283E5D

Text Example


Text Example

White with #283E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,62,93); }

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

background-color css

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

 a { background-color: rgb(40,62,93); }

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

border-color css

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

 span { border-color: rgb(40,62,93); }

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