Html Css Color HEX #283E6A Catalina Blue

📋 copy color: '#283E6A'

red 40 ◦ green 62 ◦ blue 106

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

Shades of Catalina Blue #283E6A

Tints of Catalina Blue #283E6A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.81%

 BLUE value IS 106 (41.8% from 255) = 50.96%

R = 19.23%
G = 29.81%
B = 50.96%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#283E6A (or 0x283E6A) is known color: Catalina Blue. HEX triplet: 28, 3E and 6A. RGB value is (40,62,106). Sum of RGB (Red+Green+Blue) = 40+62+106=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 106 (41.80% from 255 or 50.96% from 208); Max value from RGB is 106 - color contains mainly: blue. Hex color #283E6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283E6A is #D7C195. Grayscale: #3C3C3C. Windows color (decimal): -14139798 or 6962728. OLE color: 6962728.

HSL color Cylindrical-coordinate representation of color #283E6A: hue angle of 220º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #283E6A is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 62 106 -
CMYK 0.62 0.42 0 0.58
HSL 220º 0.45% 0.29% -
HSV(B) 220º 0.62% 0.42% -
XYZ 5.2 4.94 14.31 -
YUV 60.44 153.71 113.42 -
System Red Green Blue C M Y K H S L
Decimal 40 62 106 0.62 0.42 0 0.58 220 0.45 0.29
Hex 28 3E 6A 3E 2A 0 3A DC 2D 1D
Octal 50 76 152 76 52 0 72 334 55 35
Binary 101000 111110 1101010 111110 101010 0 111010 11011100 101101 11101

Color Harmonies of #283E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283E6A

Black with #283E6A

Text Example


Text Example

White with #283E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,62,106); }

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

background-color css

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

 a { background-color: rgb(40,62,106); }

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

border-color css

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

 span { border-color: rgb(40,62,106); }

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