Html Css Color HEX #2D4263 Catalina Blue

📋 copy color: '#2D4263'

red 45 ◦ green 66 ◦ blue 99

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

Shades of Catalina Blue #2D4263

Tints of Catalina Blue #2D4263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 47.14%

R = 21.43%
G = 31.43%
B = 47.14%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2D4263 (or 0x2D4263) is known color: Catalina Blue. HEX triplet: 2D, 42 and 63. RGB value is (45,66,99). Sum of RGB (Red+Green+Blue) = 45+66+99=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #2D4263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4263 is #D2BD9C. Grayscale: #3F3F3F. Windows color (decimal): -13811101 or 6505005. OLE color: 6505005.

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

Color convert

RGB 45 66 99 -
CMYK 0.55 0.33 0 0.61
HSL 216.67º 0.38% 0.28% -
HSV(B) 216.67º 0.55% 0.39% -
XYZ 5.28 5.36 12.56 -
YUV 63.48 148.04 114.82 -
System Red Green Blue C M Y K H S L
Decimal 45 66 99 0.55 0.33 0 0.61 216.67 0.38 0.28
Hex 2D 42 63 37 21 0 3D D9 26 1C
Octal 55 102 143 67 41 0 75 331 46 34
Binary 101101 1000010 1100011 110111 100001 0 111101 11011001 100110 11100

Color Harmonies of #2D4263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4263

Black with #2D4263

Text Example


Text Example

White with #2D4263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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