Html Css Color HEX #263B53 Catalina Blue

📋 copy color: '#263B53'

red 38 ◦ green 59 ◦ blue 83

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

Shades of Catalina Blue #263B53

Tints of Catalina Blue #263B53

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.78%

 BLUE value IS 83 (32.81% from 255) = 46.11%

R = 21.11%
G = 32.78%
B = 46.11%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#263B53 (or 0x263B53) is known color: Catalina Blue. HEX triplet: 26, 3B and 53. RGB value is (38,59,83). Sum of RGB (Red+Green+Blue) = 38+59+83=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #263B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263B53 is #D9C4AC. Grayscale: #373737. Windows color (decimal): -14271661 or 5454630. OLE color: 5454630.

HSL color Cylindrical-coordinate representation of color #263B53: hue angle of 212º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #263B53 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 38 59 83 -
CMYK 0.54 0.29 0 0.67
HSL 212º 0.37% 0.24% -
HSV(B) 212º 0.54% 0.33% -
XYZ 3.92 4.16 8.78 -
YUV 55.46 143.54 115.55 -
System Red Green Blue C M Y K H S L
Decimal 38 59 83 0.54 0.29 0 0.67 212 0.37 0.24
Hex 26 3B 53 36 1D 0 43 D4 25 18
Octal 46 73 123 66 35 0 103 324 45 30
Binary 100110 111011 1010011 110110 11101 0 1000011 11010100 100101 11000

Color Harmonies of #263B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263B53

Black with #263B53

Text Example


Text Example

White with #263B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,59,83); }

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

background-color css

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

 a { background-color: rgb(38,59,83); }

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

border-color css

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

 span { border-color: rgb(38,59,83); }

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