Html Css Color HEX #283D58 Catalina Blue

📋 copy color: '#283D58'

red 40 ◦ green 61 ◦ blue 88

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

Shades of Catalina Blue #283D58

Tints of Catalina Blue #283D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 46.56%

R = 21.16%
G = 32.28%
B = 46.56%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#283D58 (or 0x283D58) is known color: Catalina Blue. HEX triplet: 28, 3D and 58. RGB value is (40,61,88). Sum of RGB (Red+Green+Blue) = 40+61+88=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #283D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D58 is #D7C2A7. Grayscale: #393939. Windows color (decimal): -14140072 or 5782824. OLE color: 5782824.

HSL color Cylindrical-coordinate representation of color #283D58: hue angle of 213.75º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #283D58 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 61 88 -
CMYK 0.55 0.31 0 0.65
HSL 213.75º 0.38% 0.25% -
HSV(B) 213.75º 0.55% 0.35% -
XYZ 4.31 4.49 9.87 -
YUV 57.8 145.04 115.3 -
System Red Green Blue C M Y K H S L
Decimal 40 61 88 0.55 0.31 0 0.65 213.75 0.38 0.25
Hex 28 3D 58 37 1F 0 41 D6 26 19
Octal 50 75 130 67 37 0 101 326 46 31
Binary 101000 111101 1011000 110111 11111 0 1000001 11010110 100110 11001

Color Harmonies of #283D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283D58

Black with #283D58

Text Example


Text Example

White with #283D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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