Html Css Color HEX #274464 Catalina Blue

📋 copy color: '#274464'

red 39 ◦ green 68 ◦ blue 100

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

Shades of Catalina Blue #274464

Tints of Catalina Blue #274464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 48.31%

R = 18.84%
G = 32.85%
B = 48.31%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#274464 (or 0x274464) is known color: Catalina Blue. HEX triplet: 27, 44 and 64. RGB value is (39,68,100). Sum of RGB (Red+Green+Blue) = 39+68+100=207 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.84% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 100 (39.45% from 255 or 48.31% from 207); Max value from RGB is 100 - color contains mainly: blue. Hex color #274464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274464 is #D8BB9B. Grayscale: #3E3E3E. Windows color (decimal): -14203804 or 6571047. OLE color: 6571047.

HSL color Cylindrical-coordinate representation of color #274464: hue angle of 211.48º degrees, saturation: 0.44, 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 #274464 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 39 68 100 -
CMYK 0.61 0.32 0 0.61
HSL 211.48º 0.44% 0.27% -
HSV(B) 211.48º 0.61% 0.39% -
XYZ 5.2 5.49 12.84 -
YUV 62.98 148.89 110.9 -
System Red Green Blue C M Y K H S L
Decimal 39 68 100 0.61 0.32 0 0.61 211.48 0.44 0.27
Hex 27 44 64 3D 20 0 3D D3 2C 1B
Octal 47 104 144 75 40 0 75 323 54 33
Binary 100111 1000100 1100100 111101 100000 0 111101 11010011 101100 11011

Color Harmonies of #274464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274464

Black with #274464

Text Example


Text Example

White with #274464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274464; }

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

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

background-color css

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

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

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

border-color css

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

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

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