Html Css Color HEX #263B61 Catalina Blue

📋 copy color: '#263B61'

red 38 ◦ green 59 ◦ blue 97

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

Shades of Catalina Blue #263B61

Tints of Catalina Blue #263B61

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.41%

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

R = 19.59%
G = 30.41%
B = 50%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#263B61 (or 0x263B61) is known color: Catalina Blue. HEX triplet: 26, 3B and 61. RGB value is (38,59,97). Sum of RGB (Red+Green+Blue) = 38+59+97=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #263B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263B61 is #D9C49E. Grayscale: #383838. Windows color (decimal): -14271647 or 6372134. OLE color: 6372134.

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

Color convert

RGB 38 59 97 -
CMYK 0.61 0.39 0 0.62
HSL 218.64º 0.44% 0.26% -
HSV(B) 218.64º 0.61% 0.38% -
XYZ 4.52 4.4 11.92 -
YUV 57.05 150.54 114.41 -
System Red Green Blue C M Y K H S L
Decimal 38 59 97 0.61 0.39 0 0.62 218.64 0.44 0.26
Hex 26 3B 61 3D 27 0 3E DB 2C 1A
Octal 46 73 141 75 47 0 76 333 54 32
Binary 100110 111011 1100001 111101 100111 0 111110 11011011 101100 11010

Color Harmonies of #263B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263B61

Black with #263B61

Text Example


Text Example

White with #263B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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