Html Css Color HEX #284465 Catalina Blue

📋 copy color: '#284465'

red 40 ◦ green 68 ◦ blue 101

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

Shades of Catalina Blue #284465

Tints of Catalina Blue #284465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 48.33%

R = 19.14%
G = 32.54%
B = 48.33%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#284465 (or 0x284465) is known color: Catalina Blue. HEX triplet: 28, 44 and 65. RGB value is (40,68,101). Sum of RGB (Red+Green+Blue) = 40+68+101=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #284465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284465 is #D7BB9A. Grayscale: #3F3F3F. Windows color (decimal): -14138267 or 6636584. OLE color: 6636584.

HSL color Cylindrical-coordinate representation of color #284465: hue angle of 212.46º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #284465 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 40 68 101 -
CMYK 0.60 0.33 0 0.60
HSL 212.46º 0.43% 0.28% -
HSV(B) 212.46º 0.6% 0.4% -
XYZ 5.29 5.52 13.1 -
YUV 63.39 149.22 111.32 -
System Red Green Blue C M Y K H S L
Decimal 40 68 101 0.60 0.33 0 0.60 212.46 0.43 0.28
Hex 28 44 65 3C 21 0 3C D4 2B 1C
Octal 50 104 145 74 41 0 74 324 53 34
Binary 101000 1000100 1100101 111100 100001 0 111100 11010100 101011 11100

Color Harmonies of #284465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284465

Black with #284465

Text Example


Text Example

White with #284465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284465; }

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

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

background-color css

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

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

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

border-color css

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

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

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