Html Css Color HEX #263C63 Catalina Blue

📋 copy color: '#263C63'

red 38 ◦ green 60 ◦ blue 99

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

Shades of Catalina Blue #263C63

Tints of Catalina Blue #263C63

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.46%

 BLUE value IS 99 (39.06% from 255) = 50.25%

R = 19.29%
G = 30.46%
B = 50.25%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#263C63 (or 0x263C63) is known color: Catalina Blue. HEX triplet: 26, 3C and 63. RGB value is (38,60,99). Sum of RGB (Red+Green+Blue) = 38+60+99=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #263C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263C63 is #D9C39C. Grayscale: #393939. Windows color (decimal): -14271389 or 6503462. OLE color: 6503462.

HSL color Cylindrical-coordinate representation of color #263C63: hue angle of 218.36º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #263C63 is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 38 60 99 -
CMYK 0.62 0.39 0 0.61
HSL 218.36º 0.45% 0.27% -
HSV(B) 218.36º 0.62% 0.39% -
XYZ 4.67 4.54 12.44 -
YUV 57.87 151.21 113.83 -
System Red Green Blue C M Y K H S L
Decimal 38 60 99 0.62 0.39 0 0.61 218.36 0.45 0.27
Hex 26 3C 63 3E 27 0 3D DA 2D 1B
Octal 46 74 143 76 47 0 75 332 55 33
Binary 100110 111100 1100011 111110 100111 0 111101 11011010 101101 11011

Color Harmonies of #263C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263C63

Black with #263C63

Text Example


Text Example

White with #263C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,60,99); }

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

background-color css

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

 a { background-color: rgb(38,60,99); }

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

border-color css

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

 span { border-color: rgb(38,60,99); }

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