Html Css Color HEX #263A5B Catalina Blue

📋 copy color: '#263A5B'

red 38 ◦ green 58 ◦ blue 91

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

Shades of Catalina Blue #263A5B

Tints of Catalina Blue #263A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 48.66%

R = 20.32%
G = 31.02%
B = 48.66%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#263A5B (or 0x263A5B) is known color: Catalina Blue. HEX triplet: 26, 3A and 5B. RGB value is (38,58,91). Sum of RGB (Red+Green+Blue) = 38+58+91=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #263A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263A5B is #D9C5A4. Grayscale: #373737. Windows color (decimal): -14271909 or 5978662. OLE color: 5978662.

HSL color Cylindrical-coordinate representation of color #263A5B: hue angle of 217.36º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #263A5B is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 38 58 91 -
CMYK 0.58 0.36 0 0.64
HSL 217.36º 0.41% 0.25% -
HSV(B) 217.36º 0.58% 0.36% -
XYZ 4.2 4.19 10.49 -
YUV 55.78 147.87 115.32 -
System Red Green Blue C M Y K H S L
Decimal 38 58 91 0.58 0.36 0 0.64 217.36 0.41 0.25
Hex 26 3A 5B 3A 24 0 40 D9 29 19
Octal 46 72 133 72 44 0 100 331 51 31
Binary 100110 111010 1011011 111010 100100 0 1000000 11011001 101001 11001

Color Harmonies of #263A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263A5B

Black with #263A5B

Text Example


Text Example

White with #263A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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