Html Css Color HEX #2C415E Catalina Blue

📋 copy color: '#2C415E'

red 44 ◦ green 65 ◦ blue 94

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

Shades of Catalina Blue #2C415E

Tints of Catalina Blue #2C415E

RGB

 RED value IS 44 (17.58% from 255) = 21.67%

 GREEN value IS 65 (25.78% from 255) = 32.02%

 BLUE value IS 94 (37.11% from 255) = 46.31%

R = 21.67%
G = 32.02%
B = 46.31%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2C415E (or 0x2C415E) is known color: Catalina Blue. HEX triplet: 2C, 41 and 5E. RGB value is (44,65,94). Sum of RGB (Red+Green+Blue) = 44+65+94=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #2C415E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C415E is #D3BEA1. Grayscale: #3D3D3D. Windows color (decimal): -13876898 or 6177068. OLE color: 6177068.

HSL color Cylindrical-coordinate representation of color #2C415E: hue angle of 214.8º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2C415E is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 44 65 94 -
CMYK 0.53 0.31 0 0.63
HSL 214.8º 0.36% 0.27% -
HSV(B) 214.8º 0.53% 0.37% -
XYZ 4.95 5.12 11.32 -
YUV 62.03 146.04 115.14 -
System Red Green Blue C M Y K H S L
Decimal 44 65 94 0.53 0.31 0 0.63 214.8 0.36 0.27
Hex 2C 41 5E 35 1F 0 3F D7 24 1B
Octal 54 101 136 65 37 0 77 327 44 33
Binary 101100 1000001 1011110 110101 11111 0 111111 11010111 100100 11011

Color Harmonies of #2C415E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C415E

Black with #2C415E

Text Example


Text Example

White with #2C415E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,65,94); }

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

background-color css

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

 a { background-color: rgb(44,65,94); }

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

border-color css

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

 span { border-color: rgb(44,65,94); }

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