Html Css Color HEX #283A5C Catalina Blue

📋 copy color: '#283A5C'

red 40 ◦ green 58 ◦ blue 92

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

Shades of Catalina Blue #283A5C

Tints of Catalina Blue #283A5C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.53%

 BLUE value IS 92 (36.33% from 255) = 48.42%

R = 21.05%
G = 30.53%
B = 48.42%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#283A5C (or 0x283A5C) is known color: Catalina Blue. HEX triplet: 28, 3A and 5C. RGB value is (40,58,92). Sum of RGB (Red+Green+Blue) = 40+58+92=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 92 - color contains mainly: blue. Hex color #283A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283A5C is #D7C5A3. Grayscale: #383838. Windows color (decimal): -14140836 or 6044200. OLE color: 6044200.

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

Color convert

RGB 40 58 92 -
CMYK 0.57 0.37 0 0.64
HSL 219.23º 0.39% 0.26% -
HSV(B) 219.23º 0.57% 0.36% -
XYZ 4.32 4.25 10.72 -
YUV 56.49 148.04 116.24 -
System Red Green Blue C M Y K H S L
Decimal 40 58 92 0.57 0.37 0 0.64 219.23 0.39 0.26
Hex 28 3A 5C 39 25 0 40 DB 27 1A
Octal 50 72 134 71 45 0 100 333 47 32
Binary 101000 111010 1011100 111001 100101 0 1000000 11011011 100111 11010

Color Harmonies of #283A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283A5C

Black with #283A5C

Text Example


Text Example

White with #283A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,58,92); }

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

background-color css

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

 a { background-color: rgb(40,58,92); }

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

border-color css

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

 span { border-color: rgb(40,58,92); }

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