Html Css Color HEX #234B63 Arapawa

📋 copy color: '#234B63'

red 35 ◦ green 75 ◦ blue 99

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

Shades of Arapawa #234B63

Tints of Arapawa #234B63

RGB

 RED value IS 35 (14.06% from 255) = 16.75%

 GREEN value IS 75 (29.69% from 255) = 35.89%

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

R = 16.75%
G = 35.89%
B = 47.37%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#234B63 (or 0x234B63) is known color: Arapawa. HEX triplet: 23, 4B and 63. RGB value is (35,75,99). Sum of RGB (Red+Green+Blue) = 35+75+99=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: blue. Hex color #234B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234B63 is #DCB49C. Grayscale: #414141. Windows color (decimal): -14464157 or 6507299. OLE color: 6507299.

HSL color Cylindrical-coordinate representation of color #234B63: hue angle of 202.5º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #234B63 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 35 75 99 -
CMYK 0.65 0.24 0 0.61
HSL 202.5º 0.48% 0.26% -
HSV(B) 202.5º 0.65% 0.39% -
XYZ 5.46 6.29 12.73 -
YUV 65.78 146.75 106.05 -
System Red Green Blue C M Y K H S L
Decimal 35 75 99 0.65 0.24 0 0.61 202.5 0.48 0.26
Hex 23 4B 63 41 18 0 3D CA 30 1A
Octal 43 113 143 101 30 0 75 312 60 32
Binary 100011 1001011 1100011 1000001 11000 0 111101 11001010 110000 11010

Color Harmonies of #234B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234B63

Black with #234B63

Text Example


Text Example

White with #234B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234B63; }

 p { color: rgb(35,75,99); }

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

background-color css

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

 a { background-color: rgb(35,75,99); }

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

border-color css

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

 span { border-color: rgb(35,75,99); }

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