Html Css Color HEX #263C61 Catalina Blue

📋 copy color: '#263C61'

red 38 ◦ green 60 ◦ blue 97

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

Shades of Catalina Blue #263C61

Tints of Catalina Blue #263C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 49.74%

R = 19.49%
G = 30.77%
B = 49.74%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#263C61 (or 0x263C61) is known color: Catalina Blue. HEX triplet: 26, 3C and 61. RGB value is (38,60,97). Sum of RGB (Red+Green+Blue) = 38+60+97=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #263C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263C61 is #D9C39E. Grayscale: #393939. Windows color (decimal): -14271391 or 6372390. OLE color: 6372390.

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

Color convert

RGB 38 60 97 -
CMYK 0.61 0.38 0 0.62
HSL 217.63º 0.44% 0.26% -
HSV(B) 217.63º 0.61% 0.38% -
XYZ 4.57 4.51 11.94 -
YUV 57.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 38 60 97 0.61 0.38 0 0.62 217.63 0.44 0.26
Hex 26 3C 61 3D 26 0 3E DA 2C 1A
Octal 46 74 141 75 46 0 76 332 54 32
Binary 100110 111100 1100001 111101 100110 0 111110 11011010 101100 11010

Color Harmonies of #263C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263C61

Black with #263C61

Text Example


Text Example

White with #263C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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