Html Css Color HEX #283A62 Catalina Blue

📋 copy color: '#283A62'

red 40 ◦ green 58 ◦ blue 98

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

Shades of Catalina Blue #283A62

Tints of Catalina Blue #283A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 50%

R = 20.41%
G = 29.59%
B = 50%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#283A62 (or 0x283A62) is known color: Catalina Blue. HEX triplet: 28, 3A and 62. RGB value is (40,58,98). Sum of RGB (Red+Green+Blue) = 40+58+98=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #283A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283A62 is #D7C59D. Grayscale: #393939. Windows color (decimal): -14140830 or 6437416. OLE color: 6437416.

HSL color Cylindrical-coordinate representation of color #283A62: hue angle of 221.38º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #283A62 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 40 58 98 -
CMYK 0.59 0.41 0 0.62
HSL 221.38º 0.42% 0.27% -
HSV(B) 221.38º 0.59% 0.38% -
XYZ 4.59 4.36 12.15 -
YUV 57.18 151.04 115.75 -
System Red Green Blue C M Y K H S L
Decimal 40 58 98 0.59 0.41 0 0.62 221.38 0.42 0.27
Hex 28 3A 62 3B 29 0 3E DD 2A 1B
Octal 50 72 142 73 51 0 76 335 52 33
Binary 101000 111010 1100010 111011 101001 0 111110 11011101 101010 11011

Color Harmonies of #283A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283A62

Black with #283A62

Text Example


Text Example

White with #283A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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