Html Css Color HEX #274260 Catalina Blue

📋 copy color: '#274260'

red 39 ◦ green 66 ◦ blue 96

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

Shades of Catalina Blue #274260

Tints of Catalina Blue #274260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.84%

 BLUE value IS 96 (37.89% from 255) = 47.76%

R = 19.4%
G = 32.84%
B = 47.76%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#274260 (or 0x274260) is known color: Catalina Blue. HEX triplet: 27, 42 and 60. RGB value is (39,66,96). Sum of RGB (Red+Green+Blue) = 39+66+96=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #274260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274260 is #D8BD9F. Grayscale: #3D3D3D. Windows color (decimal): -14204320 or 6308391. OLE color: 6308391.

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

Color convert

RGB 39 66 96 -
CMYK 0.59 0.31 0 0.62
HSL 211.58º 0.42% 0.26% -
HSV(B) 211.58º 0.59% 0.38% -
XYZ 4.9 5.17 11.81 -
YUV 61.35 147.55 112.06 -
System Red Green Blue C M Y K H S L
Decimal 39 66 96 0.59 0.31 0 0.62 211.58 0.42 0.26
Hex 27 42 60 3B 1F 0 3E D4 2A 1A
Octal 47 102 140 73 37 0 76 324 52 32
Binary 100111 1000010 1100000 111011 11111 0 111110 11010100 101010 11010

Color Harmonies of #274260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274260

Black with #274260

Text Example


Text Example

White with #274260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274260; }

 p { color: rgb(39,66,96); }

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

background-color css

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

 a { background-color: rgb(39,66,96); }

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

border-color css

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

 span { border-color: rgb(39,66,96); }

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