Html Css Color HEX #263561 Catalina Blue

📋 copy color: '#263561'

red 38 ◦ green 53 ◦ blue 97

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

Shades of Catalina Blue #263561

Tints of Catalina Blue #263561

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.19%

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

R = 20.21%
G = 28.19%
B = 51.6%

CMYK

 C value IS 0.61

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#263561 (or 0x263561) is known color: Catalina Blue. HEX triplet: 26, 35 and 61. RGB value is (38,53,97). Sum of RGB (Red+Green+Blue) = 38+53+97=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 97 (38.28% from 255 or 51.60% from 188); Max value from RGB is 97 - color contains mainly: blue. Hex color #263561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263561 is #D9CA9E. Grayscale: #353535. Windows color (decimal): -14273183 or 6370598. OLE color: 6370598.

HSL color Cylindrical-coordinate representation of color #263561: hue angle of 224.75º 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 #263561 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 38 53 97 -
CMYK 0.61 0.45 0 0.62
HSL 224.75º 0.44% 0.26% -
HSV(B) 224.75º 0.61% 0.38% -
XYZ 4.23 3.82 11.82 -
YUV 53.53 152.53 116.92 -
System Red Green Blue C M Y K H S L
Decimal 38 53 97 0.61 0.45 0 0.62 224.75 0.44 0.26
Hex 26 35 61 3D 2D 0 3E E1 2C 1A
Octal 46 65 141 75 55 0 76 341 54 32
Binary 100110 110101 1100001 111101 101101 0 111110 11100001 101100 11010

Color Harmonies of #263561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263561

Black with #263561

Text Example


Text Example

White with #263561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263561; }

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

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

background-color css

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

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

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

border-color css

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

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

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