Html Css Color HEX #284469 Catalina Blue

📋 copy color: '#284469'

red 40 ◦ green 68 ◦ blue 105

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

Shades of Catalina Blue #284469

Tints of Catalina Blue #284469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 49.3%

R = 18.78%
G = 31.92%
B = 49.3%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#284469 (or 0x284469) is known color: Catalina Blue. HEX triplet: 28, 44 and 69. RGB value is (40,68,105). Sum of RGB (Red+Green+Blue) = 40+68+105=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #284469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284469 is #D7BB96. Grayscale: #3F3F3F. Windows color (decimal): -14138263 or 6898728. OLE color: 6898728.

HSL color Cylindrical-coordinate representation of color #284469: hue angle of 214.15º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #284469 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 40 68 105 -
CMYK 0.62 0.35 0 0.59
HSL 214.15º 0.45% 0.28% -
HSV(B) 214.15º 0.62% 0.41% -
XYZ 5.49 5.61 14.16 -
YUV 63.85 151.22 110.99 -
System Red Green Blue C M Y K H S L
Decimal 40 68 105 0.62 0.35 0 0.59 214.15 0.45 0.28
Hex 28 44 69 3E 23 0 3B D6 2D 1C
Octal 50 104 151 76 43 0 73 326 55 34
Binary 101000 1000100 1101001 111110 100011 0 111011 11010110 101101 11100

Color Harmonies of #284469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284469

Black with #284469

Text Example


Text Example

White with #284469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284469; }

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

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

background-color css

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

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

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

border-color css

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

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

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