Html Css Color HEX #263E5D Catalina Blue

📋 copy color: '#263E5D'

red 38 ◦ green 62 ◦ blue 93

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

Shades of Catalina Blue #263E5D

Tints of Catalina Blue #263E5D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.12%

 BLUE value IS 93 (36.72% from 255) = 48.19%

R = 19.69%
G = 32.12%
B = 48.19%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#263E5D (or 0x263E5D) is known color: Catalina Blue. HEX triplet: 26, 3E and 5D. RGB value is (38,62,93). Sum of RGB (Red+Green+Blue) = 38+62+93=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #263E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263E5D is #D9C1A2. Grayscale: #3A3A3A. Windows color (decimal): -14270883 or 6110758. OLE color: 6110758.

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

Color convert

RGB 38 62 93 -
CMYK 0.59 0.33 0 0.64
HSL 213.82º 0.42% 0.26% -
HSV(B) 213.82º 0.59% 0.36% -
XYZ 4.5 4.65 11.02 -
YUV 58.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 38 62 93 0.59 0.33 0 0.64 213.82 0.42 0.26
Hex 26 3E 5D 3B 21 0 40 D6 2A 1A
Octal 46 76 135 73 41 0 100 326 52 32
Binary 100110 111110 1011101 111011 100001 0 1000000 11010110 101010 11010

Color Harmonies of #263E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263E5D

Black with #263E5D

Text Example


Text Example

White with #263E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,62,93); }

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

background-color css

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

 a { background-color: rgb(38,62,93); }

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

border-color css

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

 span { border-color: rgb(38,62,93); }

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