Html Css Color HEX #2A395D Catalina Blue

📋 copy color: '#2A395D'

red 42 ◦ green 57 ◦ blue 93

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

Shades of Catalina Blue #2A395D

Tints of Catalina Blue #2A395D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.69%

 BLUE value IS 93 (36.72% from 255) = 48.44%

R = 21.88%
G = 29.69%
B = 48.44%

CMYK

 C value IS 0.55

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2A395D (or 0x2A395D) is known color: Catalina Blue. HEX triplet: 2A, 39 and 5D. RGB value is (42,57,93). Sum of RGB (Red+Green+Blue) = 42+57+93=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #2A395D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A395D is #D5C6A2. Grayscale: #383838. Windows color (decimal): -14010019 or 6109482. OLE color: 6109482.

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

Color convert

RGB 42 57 93 -
CMYK 0.55 0.39 0 0.64
HSL 222.35º 0.38% 0.26% -
HSV(B) 222.35º 0.55% 0.36% -
XYZ 4.39 4.21 10.94 -
YUV 56.62 148.53 117.57 -
System Red Green Blue C M Y K H S L
Decimal 42 57 93 0.55 0.39 0 0.64 222.35 0.38 0.26
Hex 2A 39 5D 37 27 0 40 DE 26 1A
Octal 52 71 135 67 47 0 100 336 46 32
Binary 101010 111001 1011101 110111 100111 0 1000000 11011110 100110 11010

Color Harmonies of #2A395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A395D

Black with #2A395D

Text Example


Text Example

White with #2A395D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,57,93); }

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

background-color css

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

 a { background-color: rgb(42,57,93); }

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

border-color css

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

 span { border-color: rgb(42,57,93); }

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