Html Css Color HEX #263A51 Catalina Blue

📋 copy color: '#263A51'

red 38 ◦ green 58 ◦ blue 81

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

Shades of Catalina Blue #263A51

Tints of Catalina Blue #263A51

RGB

 RED value IS 38 (15.23% from 255) = 21.47%

 GREEN value IS 58 (23.05% from 255) = 32.77%

 BLUE value IS 81 (32.03% from 255) = 45.76%

R = 21.47%
G = 32.77%
B = 45.76%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#263A51 (or 0x263A51) is known color: Catalina Blue. HEX triplet: 26, 3A and 51. RGB value is (38,58,81). Sum of RGB (Red+Green+Blue) = 38+58+81=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 81 (32.03% from 255 or 45.76% from 177); Max value from RGB is 81 - color contains mainly: blue. Hex color #263A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263A51 is #D9C5AE. Grayscale: #363636. Windows color (decimal): -14271919 or 5323302. OLE color: 5323302.

HSL color Cylindrical-coordinate representation of color #263A51: hue angle of 212.09º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #263A51 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 38 58 81 -
CMYK 0.53 0.28 0 0.68
HSL 212.09º 0.36% 0.23% -
HSV(B) 212.09º 0.53% 0.32% -
XYZ 3.8 4.03 8.36 -
YUV 54.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 38 58 81 0.53 0.28 0 0.68 212.09 0.36 0.23
Hex 26 3A 51 35 1C 0 44 D4 24 17
Octal 46 72 121 65 34 0 104 324 44 27
Binary 100110 111010 1010001 110101 11100 0 1000100 11010100 100100 10111

Color Harmonies of #263A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263A51

Black with #263A51

Text Example


Text Example

White with #263A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263A51; }

 p { color: rgb(38,58,81); }

 H1.HeaderClassName
 {
   color: #263A51;
 }
 .AnyTagClassName
 {
   color: #263A51;
 }
</style>

background-color css

<style>
 a { background-color: #263A51; }

 a { background-color: rgb(38,58,81); }

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

border-color css

<style>
 span { border-color: #263A51; }

 span { border-color: rgb(38,58,81); }

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