Html Css Color HEX #283D5D Catalina Blue

📋 copy color: '#283D5D'

red 40 ◦ green 61 ◦ blue 93

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

Shades of Catalina Blue #283D5D

Tints of Catalina Blue #283D5D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.44%

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

R = 20.62%
G = 31.44%
B = 47.94%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#283D5D (or 0x283D5D) is known color: Catalina Blue. HEX triplet: 28, 3D and 5D. RGB value is (40,61,93). Sum of RGB (Red+Green+Blue) = 40+61+93=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #283D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D5D is #D7C2A2. Grayscale: #3A3A3A. Windows color (decimal): -14140067 or 6110504. OLE color: 6110504.

HSL color Cylindrical-coordinate representation of color #283D5D: hue angle of 216.23º 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 #283D5D is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 61 93 -
CMYK 0.57 0.34 0 0.64
HSL 216.23º 0.4% 0.26% -
HSV(B) 216.23º 0.57% 0.36% -
XYZ 4.52 4.58 11 -
YUV 58.37 147.54 114.9 -
System Red Green Blue C M Y K H S L
Decimal 40 61 93 0.57 0.34 0 0.64 216.23 0.4 0.26
Hex 28 3D 5D 39 22 0 40 D8 28 1A
Octal 50 75 135 71 42 0 100 330 50 32
Binary 101000 111101 1011101 111001 100010 0 1000000 11011000 101000 11010

Color Harmonies of #283D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283D5D

Black with #283D5D

Text Example


Text Example

White with #283D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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