Html Css Color HEX #263B5C Catalina Blue

📋 copy color: '#263B5C'

red 38 ◦ green 59 ◦ blue 92

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

Shades of Catalina Blue #263B5C

Tints of Catalina Blue #263B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 48.68%

R = 20.11%
G = 31.22%
B = 48.68%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#263B5C (or 0x263B5C) is known color: Catalina Blue. HEX triplet: 26, 3B and 5C. RGB value is (38,59,92). Sum of RGB (Red+Green+Blue) = 38+59+92=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #263B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263B5C is #D9C4A3. Grayscale: #383838. Windows color (decimal): -14271652 or 6044454. OLE color: 6044454.

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

Color convert

RGB 38 59 92 -
CMYK 0.59 0.36 0 0.64
HSL 216.67º 0.42% 0.25% -
HSV(B) 216.67º 0.59% 0.36% -
XYZ 4.3 4.31 10.73 -
YUV 56.48 148.04 114.82 -
System Red Green Blue C M Y K H S L
Decimal 38 59 92 0.59 0.36 0 0.64 216.67 0.42 0.25
Hex 26 3B 5C 3B 24 0 40 D9 2A 19
Octal 46 73 134 73 44 0 100 331 52 31
Binary 100110 111011 1011100 111011 100100 0 1000000 11011001 101010 11001

Color Harmonies of #263B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263B5C

Black with #263B5C

Text Example


Text Example

White with #263B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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