Html Css Color HEX #263F5D Catalina Blue

📋 copy color: '#263F5D'

red 38 ◦ green 63 ◦ blue 93

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

Shades of Catalina Blue #263F5D

Tints of Catalina Blue #263F5D

RGB

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

 GREEN value IS 63 (25% from 255) = 32.47%

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

R = 19.59%
G = 32.47%
B = 47.94%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#263F5D (or 0x263F5D) is known color: Catalina Blue. HEX triplet: 26, 3F and 5D. RGB value is (38,63,93). Sum of RGB (Red+Green+Blue) = 38+63+93=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #263F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F5D is #D9C0A2. Grayscale: #3A3A3A. Windows color (decimal): -14270627 or 6111014. OLE color: 6111014.

HSL color Cylindrical-coordinate representation of color #263F5D: hue angle of 212.73º 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 #263F5D is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 38 63 93 -
CMYK 0.59 0.32 0 0.64
HSL 212.73º 0.42% 0.26% -
HSV(B) 212.73º 0.59% 0.36% -
XYZ 4.55 4.76 11.03 -
YUV 58.95 147.22 113.06 -
System Red Green Blue C M Y K H S L
Decimal 38 63 93 0.59 0.32 0 0.64 212.73 0.42 0.26
Hex 26 3F 5D 3B 20 0 40 D5 2A 1A
Octal 46 77 135 73 40 0 100 325 52 32
Binary 100110 111111 1011101 111011 100000 0 1000000 11010101 101010 11010

Color Harmonies of #263F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263F5D

Black with #263F5D

Text Example


Text Example

White with #263F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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