Html Css Color HEX #28385A Catalina Blue

📋 copy color: '#28385A'

red 40 ◦ green 56 ◦ blue 90

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

Shades of Catalina Blue #28385A

Tints of Catalina Blue #28385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.11%

 BLUE value IS 90 (35.55% from 255) = 48.39%

R = 21.51%
G = 30.11%
B = 48.39%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#28385A (or 0x28385A) is known color: Catalina Blue. HEX triplet: 28, 38 and 5A. RGB value is (40,56,90). Sum of RGB (Red+Green+Blue) = 40+56+90=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #28385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28385A is #D7C7A5. Grayscale: #363636. Windows color (decimal): -14141350 or 5912616. OLE color: 5912616.

HSL color Cylindrical-coordinate representation of color #28385A: hue angle of 220.8º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28385A is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 56 90 -
CMYK 0.56 0.38 0 0.65
HSL 220.8º 0.38% 0.25% -
HSV(B) 220.8º 0.56% 0.35% -
XYZ 4.13 4.02 10.23 -
YUV 55.09 147.7 117.24 -
System Red Green Blue C M Y K H S L
Decimal 40 56 90 0.56 0.38 0 0.65 220.8 0.38 0.25
Hex 28 38 5A 38 26 0 41 DD 26 19
Octal 50 70 132 70 46 0 101 335 46 31
Binary 101000 111000 1011010 111000 100110 0 1000001 11011101 100110 11001

Color Harmonies of #28385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28385A

Black with #28385A

Text Example


Text Example

White with #28385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28385A; }

 p { color: rgb(40,56,90); }

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

background-color css

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

 a { background-color: rgb(40,56,90); }

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

border-color css

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

 span { border-color: rgb(40,56,90); }

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