Html Css Color HEX #2D425A Catalina Blue

📋 copy color: '#2D425A'

red 45 ◦ green 66 ◦ blue 90

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

Shades of Catalina Blue #2D425A

Tints of Catalina Blue #2D425A

RGB

 RED value IS 45 (17.97% from 255) = 22.39%

 GREEN value IS 66 (26.17% from 255) = 32.84%

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

R = 22.39%
G = 32.84%
B = 44.78%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2D425A (or 0x2D425A) is known color: Catalina Blue. HEX triplet: 2D, 42 and 5A. RGB value is (45,66,90). Sum of RGB (Red+Green+Blue) = 45+66+90=201 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.39% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #2D425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D425A is #D2BDA5. Grayscale: #3E3E3E. Windows color (decimal): -13811110 or 5915181. OLE color: 5915181.

HSL color Cylindrical-coordinate representation of color #2D425A: hue angle of 212º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2D425A is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 45 66 90 -
CMYK 0.50 0.27 0 0.65
HSL 212º 0.33% 0.26% -
HSV(B) 212º 0.5% 0.35% -
XYZ 4.88 5.19 10.42 -
YUV 62.46 143.54 115.55 -
System Red Green Blue C M Y K H S L
Decimal 45 66 90 0.50 0.27 0 0.65 212 0.33 0.26
Hex 2D 42 5A 32 1B 0 41 D4 21 1A
Octal 55 102 132 62 33 0 101 324 41 32
Binary 101101 1000010 1011010 110010 11011 0 1000001 11010100 100001 11010

Color Harmonies of #2D425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D425A

Black with #2D425A

Text Example


Text Example

White with #2D425A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,66,90); }

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

background-color css

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

 a { background-color: rgb(45,66,90); }

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

border-color css

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

 span { border-color: rgb(45,66,90); }

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