Html Css Color HEX #283E5B Catalina Blue

📋 copy color: '#283E5B'

red 40 ◦ green 62 ◦ blue 91

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

Shades of Catalina Blue #283E5B

Tints of Catalina Blue #283E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 47.15%

R = 20.73%
G = 32.12%
B = 47.15%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#283E5B (or 0x283E5B) is known color: Catalina Blue. HEX triplet: 28, 3E and 5B. RGB value is (40,62,91). Sum of RGB (Red+Green+Blue) = 40+62+91=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #283E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283E5B is #D7C1A4. Grayscale: #3A3A3A. Windows color (decimal): -14139813 or 5979688. OLE color: 5979688.

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

Color convert

RGB 40 62 91 -
CMYK 0.56 0.32 0 0.64
HSL 214.12º 0.39% 0.26% -
HSV(B) 214.12º 0.56% 0.36% -
XYZ 4.49 4.65 10.56 -
YUV 58.73 146.21 114.64 -
System Red Green Blue C M Y K H S L
Decimal 40 62 91 0.56 0.32 0 0.64 214.12 0.39 0.26
Hex 28 3E 5B 38 20 0 40 D6 27 1A
Octal 50 76 133 70 40 0 100 326 47 32
Binary 101000 111110 1011011 111000 100000 0 1000000 11010110 100111 11010

Color Harmonies of #283E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283E5B

Black with #283E5B

Text Example


Text Example

White with #283E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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