Html Css Color HEX #263B58 Catalina Blue

📋 copy color: '#263B58'

red 38 ◦ green 59 ◦ blue 88

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

Shades of Catalina Blue #263B58

Tints of Catalina Blue #263B58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 47.57%

R = 20.54%
G = 31.89%
B = 47.57%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#263B58 (or 0x263B58) is known color: Catalina Blue. HEX triplet: 26, 3B and 58. RGB value is (38,59,88). Sum of RGB (Red+Green+Blue) = 38+59+88=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #263B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263B58 is #D9C4A7. Grayscale: #373737. Windows color (decimal): -14271656 or 5782310. OLE color: 5782310.

HSL color Cylindrical-coordinate representation of color #263B58: hue angle of 214.8º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #263B58 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 38 59 88 -
CMYK 0.57 0.33 0 0.65
HSL 214.8º 0.4% 0.25% -
HSV(B) 214.8º 0.57% 0.35% -
XYZ 4.12 4.24 9.83 -
YUV 56.03 146.04 115.14 -
System Red Green Blue C M Y K H S L
Decimal 38 59 88 0.57 0.33 0 0.65 214.8 0.4 0.25
Hex 26 3B 58 39 21 0 41 D7 28 19
Octal 46 73 130 71 41 0 101 327 50 31
Binary 100110 111011 1011000 111001 100001 0 1000001 11010111 101000 11001

Color Harmonies of #263B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263B58

Black with #263B58

Text Example


Text Example

White with #263B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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