Html Css Color HEX #2A385B Catalina Blue

📋 copy color: '#2A385B'

red 42 ◦ green 56 ◦ blue 91

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

Shades of Catalina Blue #2A385B

Tints of Catalina Blue #2A385B

RGB

 RED value IS 42 (16.8% from 255) = 22.22%

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

 BLUE value IS 91 (35.94% from 255) = 48.15%

R = 22.22%
G = 29.63%
B = 48.15%

CMYK

 C value IS 0.54

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2A385B (or 0x2A385B) is known color: Catalina Blue. HEX triplet: 2A, 38 and 5B. RGB value is (42,56,91). Sum of RGB (Red+Green+Blue) = 42+56+91=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #2A385B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A385B is #D5C7A4. Grayscale: #373737. Windows color (decimal): -14010277 or 5978154. OLE color: 5978154.

HSL color Cylindrical-coordinate representation of color #2A385B: hue angle of 222.86º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A385B is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 42 56 91 -
CMYK 0.54 0.38 0 0.64
HSL 222.86º 0.37% 0.26% -
HSV(B) 222.86º 0.54% 0.36% -
XYZ 4.26 4.08 10.46 -
YUV 55.8 147.86 118.15 -
System Red Green Blue C M Y K H S L
Decimal 42 56 91 0.54 0.38 0 0.64 222.86 0.37 0.26
Hex 2A 38 5B 36 26 0 40 DF 25 1A
Octal 52 70 133 66 46 0 100 337 45 32
Binary 101010 111000 1011011 110110 100110 0 1000000 11011111 100101 11010

Color Harmonies of #2A385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A385B

Black with #2A385B

Text Example


Text Example

White with #2A385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A385B; }

 p { color: rgb(42,56,91); }

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

background-color css

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

 a { background-color: rgb(42,56,91); }

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

border-color css

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

 span { border-color: rgb(42,56,91); }

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