Html Css Color HEX #283D53 Catalina Blue

📋 copy color: '#283D53'

red 40 ◦ green 61 ◦ blue 83

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

Shades of Catalina Blue #283D53

Tints of Catalina Blue #283D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 45.11%

R = 21.74%
G = 33.15%
B = 45.11%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#283D53 (or 0x283D53) is known color: Catalina Blue. HEX triplet: 28, 3D and 53. RGB value is (40,61,83). Sum of RGB (Red+Green+Blue) = 40+61+83=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #283D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D53 is #D7C2AC. Grayscale: #393939. Windows color (decimal): -14140077 or 5455144. OLE color: 5455144.

HSL color Cylindrical-coordinate representation of color #283D53: hue angle of 210.7º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #283D53 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 61 83 -
CMYK 0.52 0.27 0 0.67
HSL 210.7º 0.35% 0.24% -
HSV(B) 210.7º 0.52% 0.33% -
XYZ 4.11 4.41 8.82 -
YUV 57.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 40 61 83 0.52 0.27 0 0.67 210.7 0.35 0.24
Hex 28 3D 53 34 1B 0 43 D3 23 18
Octal 50 75 123 64 33 0 103 323 43 30
Binary 101000 111101 1010011 110100 11011 0 1000011 11010011 100011 11000

Color Harmonies of #283D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283D53

Black with #283D53

Text Example


Text Example

White with #283D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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