Html Css Color HEX #284463 Catalina Blue

📋 copy color: '#284463'

red 40 ◦ green 68 ◦ blue 99

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

Shades of Catalina Blue #284463

Tints of Catalina Blue #284463

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.85%

 BLUE value IS 99 (39.06% from 255) = 47.83%

R = 19.32%
G = 32.85%
B = 47.83%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#284463 (or 0x284463) is known color: Catalina Blue. HEX triplet: 28, 44 and 63. RGB value is (40,68,99). Sum of RGB (Red+Green+Blue) = 40+68+99=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #284463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284463 is #D7BB9C. Grayscale: #3F3F3F. Windows color (decimal): -14138269 or 6505512. OLE color: 6505512.

HSL color Cylindrical-coordinate representation of color #284463: hue angle of 211.53º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #284463 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 40 68 99 -
CMYK 0.60 0.31 0 0.61
HSL 211.53º 0.42% 0.27% -
HSV(B) 211.53º 0.6% 0.39% -
XYZ 5.19 5.49 12.59 -
YUV 63.16 148.22 111.48 -
System Red Green Blue C M Y K H S L
Decimal 40 68 99 0.60 0.31 0 0.61 211.53 0.42 0.27
Hex 28 44 63 3C 1F 0 3D D4 2A 1B
Octal 50 104 143 74 37 0 75 324 52 33
Binary 101000 1000100 1100011 111100 11111 0 111101 11010100 101010 11011

Color Harmonies of #284463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284463

Black with #284463

Text Example


Text Example

White with #284463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284463; }

 p { color: rgb(40,68,99); }

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

background-color css

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

 a { background-color: rgb(40,68,99); }

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

border-color css

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

 span { border-color: rgb(40,68,99); }

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