Html Css Color HEX #274463 Catalina Blue

📋 copy color: '#274463'

red 39 ◦ green 68 ◦ blue 99

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

Shades of Catalina Blue #274463

Tints of Catalina Blue #274463

RGB

 RED value IS 39 (15.63% from 255) = 18.93%

 GREEN value IS 68 (26.95% from 255) = 33.01%

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

R = 18.93%
G = 33.01%
B = 48.06%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#274463 (or 0x274463) is known color: Catalina Blue. HEX triplet: 27, 44 and 63. RGB value is (39,68,99). Sum of RGB (Red+Green+Blue) = 39+68+99=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #274463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274463 is #D8BB9C. Grayscale: #3E3E3E. Windows color (decimal): -14203805 or 6505511. OLE color: 6505511.

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

Color convert

RGB 39 68 99 -
CMYK 0.61 0.31 0 0.61
HSL 211º 0.43% 0.27% -
HSV(B) 211º 0.61% 0.39% -
XYZ 5.16 5.47 12.59 -
YUV 62.86 148.39 110.98 -
System Red Green Blue C M Y K H S L
Decimal 39 68 99 0.61 0.31 0 0.61 211 0.43 0.27
Hex 27 44 63 3D 1F 0 3D D3 2B 1B
Octal 47 104 143 75 37 0 75 323 53 33
Binary 100111 1000100 1100011 111101 11111 0 111101 11010011 101011 11011

Color Harmonies of #274463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274463

Black with #274463

Text Example


Text Example

White with #274463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274463; }

 p { color: rgb(39,68,99); }

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

background-color css

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

 a { background-color: rgb(39,68,99); }

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

border-color css

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

 span { border-color: rgb(39,68,99); }

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