Html Css Color HEX #438ABE Curious Blue

📋 copy color: '#438ABE'

red 67 ◦ green 138 ◦ blue 190

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

Shades of Curious Blue #438ABE

Tints of Curious Blue #438ABE

RGB

 RED value IS 67 (26.56% from 255) = 16.96%

 GREEN value IS 138 (54.3% from 255) = 34.94%

 BLUE value IS 190 (74.61% from 255) = 48.1%

R = 16.96%
G = 34.94%
B = 48.1%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#438ABE (or 0x438ABE) is known color: Curious Blue. HEX triplet: 43, 8A and BE. RGB value is (67,138,190). Sum of RGB (Red+Green+Blue) = 67+138+190=395 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.96% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #438ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438ABE is #BC7541. Grayscale: #7A7A7A. Windows color (decimal): -12350786 or 12487235. OLE color: 12487235.

HSL color Cylindrical-coordinate representation of color #438ABE: hue angle of 205.37º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #438ABE is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 67 138 190 -
CMYK 0.65 0.27 0 0.25
HSL 205.37º 0.49% 0.5% -
HSV(B) 205.37º 0.65% 0.75% -
XYZ 20.7 23.09 52.08 -
YUV 122.7 165.98 88.27 -
System Red Green Blue C M Y K H S L
Decimal 67 138 190 0.65 0.27 0 0.25 205.37 0.49 0.5
Hex 43 8A BE 41 1B 0 19 CD 31 32
Octal 103 212 276 101 33 0 31 315 61 62
Binary 1000011 10001010 10111110 1000001 11011 0 11001 11001101 110001 110010

Color Harmonies of #438ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438ABE

Black with #438ABE

Text Example


Text Example

White with #438ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438ABE; }

 p { color: rgb(67,138,190); }

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

background-color css

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

 a { background-color: rgb(67,138,190); }

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

border-color css

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

 span { border-color: rgb(67,138,190); }

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